You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/enterprise/guides/gmail-trigger.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,13 +62,13 @@ Test your Gmail trigger integration locally using the CrewAI CLI:
62
62
crewai triggers list
63
63
64
64
# Simulate a Gmail trigger with realistic payload
65
-
crewai triggers run gmail/new_email
65
+
crewai triggers run gmail/new_email_received
66
66
```
67
67
68
68
The `crewai triggers run` command will execute your crew with a complete Gmail payload, allowing you to test your parsing logic before deployment.
69
69
70
70
<Warning>
71
-
Use `crewai triggers run gmail/new_email` (not `crewai run`) to simulate trigger execution during development. After deployment, your crew will automatically receive the trigger payload.
71
+
Use `crewai triggers run gmail/new_email_received` (not `crewai run`) to simulate trigger execution during development. After deployment, your crew will automatically receive the trigger payload.
72
72
</Warning>
73
73
74
74
## Monitoring Executions
@@ -83,6 +83,6 @@ Track history and performance of triggered runs:
83
83
84
84
- Ensure Gmail is connected in Tools & Integrations
85
85
- Verify the Gmail Trigger is enabled on the Triggers tab
86
-
- Test locally with `crewai triggers run gmail/new_email` to see the exact payload structure
86
+
- Test locally with `crewai triggers run gmail/new_email_received` to see the exact payload structure
87
87
- Check the execution logs and confirm the payload is passed as `crewai_trigger_payload`
88
88
- Remember: use `crewai triggers run` (not `crewai run`) to simulate trigger execution
Copy file name to clipboardExpand all lines: docs/pt-BR/enterprise/guides/gmail-trigger.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,13 +62,13 @@ Teste sua integração de trigger do Gmail localmente usando a CLI da CrewAI:
62
62
crewai triggers list
63
63
64
64
# Simule um trigger do Gmail com payload realista
65
-
crewai triggers run gmail/new_email
65
+
crewai triggers run gmail/new_email_received
66
66
```
67
67
68
68
O comando `crewai triggers run` executará sua crew com um payload completo do Gmail, permitindo que você teste sua lógica de parsing antes do deployment.
69
69
70
70
<Warning>
71
-
Use `crewai triggers run gmail/new_email` (não `crewai run`) para simular execução de trigger durante o desenvolvimento. Após o deployment, sua crew receberá automaticamente o payload do trigger.
71
+
Use `crewai triggers run gmail/new_email_received` (não `crewai run`) para simular execução de trigger durante o desenvolvimento. Após o deployment, sua crew receberá automaticamente o payload do trigger.
72
72
</Warning>
73
73
74
74
## Monitoring Executions
@@ -83,6 +83,6 @@ Track history and performance of triggered runs:
83
83
84
84
- Ensure Gmail is connected in Tools & Integrations
85
85
- Verify the Gmail Trigger is enabled on the Triggers tab
86
-
- Teste localmente com `crewai triggers run gmail/new_email` para ver a estrutura exata do payload
86
+
- Teste localmente com `crewai triggers run gmail/new_email_received` para ver a estrutura exata do payload
87
87
- Check the execution logs and confirm the payload is passed as `crewai_trigger_payload`
88
88
- Lembre-se: use `crewai triggers run` (não `crewai run`) para simular execução de trigger
0 commit comments