Skip to main content
POST
Simulate webhook event

Headers

x-api-key
string
required
x-api-secret
string
required

Path Parameters

webhookId
string
required

Body

application/json
event
enum<string>
required

The webhook event type to simulate.

Available options:
PROJECTS.UPDATED,
SCREENER_RESPONSES.CREATED,
SCREENER_RESPONSES.UPDATED,
MESSAGES.CREATED,
CONVERSATIONS.CREATED
screenerResponseUpdatedType
enum<string>

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
Last modified on March 18, 2026