Testing the Webhook
Test Record
You can select a record from the database (obviosuly of the same type as the trigger entity) that will be sent as the payload when using the 'Test' action.
Running a Test
We highly recommend a webhook testing service like Webhook.site to send test requests, allowing you to observe the headers and payload in real time.

JSON Payload
The shape of the JSON payload is the full record. You can either observe the payload in a testing service like Webhook.site, or refer to the API documentation for the entity in question - the API request/response formats are exactly the same as those for webhooks.
Test Results
After running a test, results can be viewed in the 'History' tab
Last updated