Create webhook
POSThttps://api.postpress.ai/v1/webhooks
Request body
urlstringoptional
Field `url`.
eventsarrayoptional
Field `events`.
{
"url": "https://yourapp.com/hook",
"events": [
"message.received"
]
}Response
Returns the canonical resource representation. See Errors for failure shapes.
Updated May 2026