Webhook Configuration
Simulate webhook event
Send a simulated test event to your webhook URL. Use this to verify your handler is correctly receiving and processing webhook payloads before going live.
POST
Simulate webhook event
Path Parameters
Body
application/json
The webhook event type to simulate.
Available options:
PROJECTS.UPDATED, SCREENER_RESPONSES.CREATED, SCREENER_RESPONSES.UPDATED, MESSAGES.CREATED, CONVERSATIONS.CREATED The status or rejection of the screener to test. Only used for SCREENER_RESPONSES.UPDATED events.
Available options:
STATUS.PAID, STATUS.CANCELLED, REJECTED.TRUE, REJECTED.FALSE Response
201 - undefined
Previous
Deactivate webhookDeactivate a webhook and permanently stop all event deliveries to its URL. You can register a new webhook afterward.
Next
Simulate webhook event