Skip to content

Commit 0c02099

Browse files
authored
docs: fix wrong trigger name in sample docs (#4147)
1 parent be70a04 commit 0c02099

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/en/enterprise/guides/gmail-trigger.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ Test your Gmail trigger integration locally using the CrewAI CLI:
6262
crewai triggers list
6363

6464
# Simulate a Gmail trigger with realistic payload
65-
crewai triggers run gmail/new_email
65+
crewai triggers run gmail/new_email_received
6666
```
6767

6868
The `crewai triggers run` command will execute your crew with a complete Gmail payload, allowing you to test your parsing logic before deployment.
6969

7070
<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.
7272
</Warning>
7373

7474
## Monitoring Executions
@@ -83,6 +83,6 @@ Track history and performance of triggered runs:
8383

8484
- Ensure Gmail is connected in Tools & Integrations
8585
- 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
8787
- Check the execution logs and confirm the payload is passed as `crewai_trigger_payload`
8888
- Remember: use `crewai triggers run` (not `crewai run`) to simulate trigger execution

docs/ko/enterprise/guides/gmail-trigger.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ CrewAI CLI를 사용하여 Gmail 트리거 통합을 로컬에서 테스트하
6262
crewai triggers list
6363

6464
# 실제 payload로 Gmail 트리거 시뮬레이션
65-
crewai triggers run gmail/new_email
65+
crewai triggers run gmail/new_email_received
6666
```
6767

6868
`crewai triggers run` 명령은 완전한 Gmail payload로 크루를 실행하여 배포 전에 파싱 로직을 테스트할 수 있게 해줍니다.
6969

7070
<Warning>
71-
개발 중에는 `crewai triggers run gmail/new_email`을 사용하세요 (`crewai run`이 아님). 배포 후에는 크루가 자동으로 트리거 payload를 받습니다.
71+
개발 중에는 `crewai triggers run gmail/new_email_received`을 사용하세요 (`crewai run`이 아님). 배포 후에는 크루가 자동으로 트리거 payload를 받습니다.
7272
</Warning>
7373

7474
## Monitoring Executions
@@ -83,6 +83,6 @@ Track history and performance of triggered runs:
8383

8484
- Ensure Gmail is connected in Tools & Integrations
8585
- Verify the Gmail Trigger is enabled on the Triggers tab
86-
- `crewai triggers run gmail/new_email`로 로컬 테스트하여 정확한 payload 구조를 확인하세요
86+
- `crewai triggers run gmail/new_email_received`로 로컬 테스트하여 정확한 payload 구조를 확인하세요
8787
- Check the execution logs and confirm the payload is passed as `crewai_trigger_payload`
8888
- 주의: 트리거 실행을 시뮬레이션하려면 `crewai triggers run`을 사용하세요 (`crewai run`이 아님)

docs/pt-BR/enterprise/guides/gmail-trigger.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ Teste sua integração de trigger do Gmail localmente usando a CLI da CrewAI:
6262
crewai triggers list
6363

6464
# Simule um trigger do Gmail com payload realista
65-
crewai triggers run gmail/new_email
65+
crewai triggers run gmail/new_email_received
6666
```
6767

6868
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.
6969

7070
<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.
7272
</Warning>
7373

7474
## Monitoring Executions
@@ -83,6 +83,6 @@ Track history and performance of triggered runs:
8383

8484
- Ensure Gmail is connected in Tools & Integrations
8585
- 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
8787
- Check the execution logs and confirm the payload is passed as `crewai_trigger_payload`
8888
- Lembre-se: use `crewai triggers run` (não `crewai run`) para simular execução de trigger

0 commit comments

Comments
 (0)