Triggers & Webhooks
Getting Started with Webhooks
Learn how to configure and receive real-time notifications about activities in your Composio account through webhooks
Webhooks provide a way to receive real-time notifications when specific events occur in your Composio account. Instead of continuously polling for changes, webhooks push data to your application as events happen, making them ideal for building responsive integrations.
Configuring Your Webhook
1
Set Up Your Webhook URL in Composio
- Navigate to your Composio Dashboard
- Access the Settings section
- Locate and click on Events and Triggers
- For App triggers enter your webhook url in Trigger Webhook and for admin triggers add your webhook url in Admin Event Webhook
- Confirm by clicking the Update button
2
Install Required Packages
3
Implement the Webhook Receiver
Understanding the Webhook Payload
Below is the payload for an app trigger for Slack’s SLACK_RECEIVE_MESSAGE
trigger.