Hookdeck is platform agnostic. We work so you don’t have to worry about provider specific needs.
We believe in HTTP POST but understand some providers play by different rules
GET
?x-hookdeck-allow-methods=get
PUT
?x-hookdeck-allow-methods=put
PATCH
?x-hookdeck-allow-methods=patch
Webhooks are asynchronous and should only be returning 200. Some providers want that extra bit
Return JSON
?x-hookdeck-response[json]
Return Text
?x-hookdeck-response[text]
Return Empty
?x-hookdeck-response=null
Contact us, we can help.
Content Type
Request support for a new Content Type
HTTP verbs
Share a HTTP Verb Hookdeck should support
Custom Response
Let us know the response your webhook provider expects
Help me receive my webhooks