Cognito-forms – Can a custom header be sent with a Cognito Form webhook

cognito-forms

I have a need to send a custom header with the webhooks from a form. Is that possible? How?

Best Answer

It is not currently possible to send custom headers from Cognito Forms when posting JSON data to custom webhooks. However, you can create a proxy handler that catches the hook from Cognito Forms and forwards the JSON on to the destination server with the additional custom headers.