Webhook Configuration
Retrieve webhook event types
List all available webhook event types that can be delivered to your endpoint. Use this to understand which events you can subscribe to.
GET
Retrieve webhook event types
Path Parameters
Response
200 - application/json
The webhook event type to simulate.
Available options:
PROJECTS.UPDATED, SCREENER_RESPONSES.CREATED, SCREENER_RESPONSES.UPDATED, MESSAGES.CREATED, CONVERSATIONS.CREATED Previous
Simulate webhook eventSend a simulated test event to your webhook URL. Use this to verify your handler is correctly receiving and processing webhook payloads before going live.
Next
Retrieve webhook event types