Create a webhook trigger
- Open Scheduled.
- Select Create.
- Enter a trigger name and task prompt.
- Select App.
- Choose Webhook.
- Select the HTTP method.
- Configure optional execution settings.
- Create the trigger.
Screenshot placeholder: Add a screenshot of the webhook configuration and the post-creation URL dialog. Obscure most of the URL token.
Call the webhook
Use the generated URL from the external service. A simplified request can look like:Configure execution limits
For event-driven triggers, configure:- Maximum executions per hour
- Maximum executions per day
- Authentication or verification values
- Other dynamically loaded provider settings
Create a Slack trigger
- Install and authenticate the Slack connector.
- Create a new App trigger.
- Select Slack.
- Complete the dynamically loaded event configuration.
- Enter the task prompt.
- Save and activate the trigger.
Use event data in the task
Write the trigger prompt so the agent understands:- What the event represents
- Which fields are relevant
- What output to create
- Where to send or store the result
- When to stop or request review
Review and retry executions
Use execution logs to review event receipt, task creation, completion, and errors. Retry only after fixing the underlying model, credential, prompt, or connector issue.
Video placeholder: Add a 90-second MP4 showing webhook creation, a test curl request, execution logs, and a Slack trigger configuration. Include captions.

