Coming Soon: Webhook functionality is currently in development. Check back soon for updates.
Overview
Webhooks allow demeterrr to send real-time notifications to your application when events occur, such as:- New survey response submitted
- Review received
- Contact updated
- Sequence completed
Webhook Events (Planned)
| Event | Description |
|---|---|
response.created | New survey response submitted |
response.updated | Survey response modified |
review.created | New customer review received |
review.replied | Reply posted to a review |
contact.created | New contact added |
contact.updated | Contact information changed |
sequence.completed | Sequence finished for a contact |
sending.failed | Message failed to send |
Webhook Payload Format (Planned)
Setting Up Webhooks (Coming Soon)
- Navigate to Settings → Webhooks in your dashboard
- Click Add Webhook Endpoint
- Enter your endpoint URL (must use HTTPS)
- Select which events to receive
- (Optional) Configure a secret for signature verification
- Save and test your endpoint
Securing Webhooks (Coming Soon)
Verify webhook authenticity using signature validation:Next Steps
API Reference
Explore available endpoints
Quick Start
Make your first API call