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-v2/pages/connect/workflows.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -358,13 +358,13 @@ curl -X POST https://{your-endpoint-url} \
358
358
359
359
### Deploy an event source
360
360
361
-
You can [programmatically deploy triggers via the API](/connect/api/#deploy-a-trigger) to have events from integrated apps (like [new Slack messages](https://pipedream.com/apps/slack/triggers/new-message-in-channels) or [new emails in Gmail](https://pipedream.com/apps/gmail/triggers/new-email-received)) trigger your workflow. This allows you to:
361
+
You can [programmatically deploy triggers via the API](/connect/api/#deploy-trigger) to have events from integrated apps (like [new Slack messages](https://pipedream.com/apps/slack/triggers/new-message-in-channels) or [new emails in Gmail](https://pipedream.com/apps/gmail/triggers/new-email-received)) trigger your workflow. This allows you to:
362
362
363
363
- Deploy triggers for specific users from your application
364
364
- Configure trigger parameters per-user
365
365
- Manage deployed triggers via the API
366
366
367
-
See the [API documentation](/connect/api/#deploy-a-trigger) for detailed examples of deploying and managing triggers.
367
+
See the [API documentation](/connect/api/#deploy-trigger) for detailed examples of deploying and managing triggers.
0 commit comments