Get mock webhook payload
POST {{baseUrl}}/v3/webhooks/mock-payload
The webhook payload that Nylas sends for the corresponding trigger type
Request Body
{"trigger_type"=>"<string>", "webhook_url"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"data":"\u003cobject\u003e"},"request_id":"\u003cstring\u003e"}