Add headers to the Webhooks

  • hitchcock38641
    Asked on January 29, 2020 at 3:47 PM

    Hello,

    Is it possible to add header to the Webhooks? This is for authorization keys for an external api.

    This would be an awesome feature.

  • jonathan
    Replied on January 29, 2020 at 6:32 PM

    As far as I know it is not possible with Webhooks alone. You can use Send Post Data method instead.

    Guide : How to Post Submission Data to Thank You Page

    The webhooks integration feature does not require you to enable the option on sending POST data to thank you page. It sends the POST data, not to the thank you page but to your designated URL. For this reason, you will not be able to view the submitted information. It directly sends the data somewhere else without you seeing it. For this reason that if you wish to see the data submitted via webhooks, we recommend using https://requestb.in/.

    I hope this help. Let us know if you need further assistance.