Forum Discussion

ErichWehrmann's avatar
ErichWehrmann
Quickbase Staff
5 years ago

Sending form encoded data vie Webhooks

Was looking into integration with the Twilio API and it appears they only accept form encoded data in the post body. Has anyone had success creating a table Webhook that properly sends a form encoded (x-www-form-urlencoded) body via a webhook?

------------------------------
Erich Wehrmann
------------------------------
  • Did some research and discovered that this was indeed possible. The payload type need to be RAW, the Content Type header need to be included with a value of 'application/x-www-form-urlencoded' and the data attributes are put in the body as key value/value pairs and separated with ampersands (&).

    @Kirk Trachy published a video
    ​demo: https://www.youtube.com/watch?v=zO9Qs-IeoRA&feature=youtu.be

    ------------------------------
    Erich Wehrmann
    ------------------------------