Webhook Enhancements
We’ve introduced several powerful updates to webhooks for faster processing, better validation, and enhanced logic control.
Immediate Webhook Processing
-
Skip the job queue and process incoming webhooks in real-time.
-
Ideal when you need an instant response (e.g., to return the new record ID).
Optimize Large Webhook Requests
-
Handle high-volume payloads up to 50x faster by enabling optimization mode for large webhooks.
Update Records Based on Multiple Conditions
-
Webhooks can now evaluate multiple conditions before deciding to update a record, giving you more granular control.
We'd love to hear your feedback.