Instant Triggers
Use this trigger for real-time workflows initiated by external webhooks.
Configuration Steps
Subscribe: Register the webhook by providing your API details and the
context.inputData.hookUrl.Sample Data (Perform List): Paste the raw webhook response body as a JSON payload. This is required for successful field mapping.
Perform: (Optional) Transform the incoming response (remove unwanted fields or adjust structure).
Unsubscribe: Add API logic to remove the webhook subscription upon user disconnection.
Transfer Data: (Optional) Enable to process historical records for bulk syncing.
Technical Solution
Challenge | Solution |
Duplicate Events | Use unique |
Payload Validation | Verify signatures/auth headers before processing. |
Historical Data | Enable Transfer Data for initial bulk sync. |
💡 Best Practice: Always test with real sample data using the Perform List API. If the schema is missing, users cannot map fields in the builder, breaking the integration.