Hi,
I’m looking to see if the webhooks add-on will allow me to implement something in particular:
I’m looking to send a POST request with the add-on, then upon a successful response take the result and use it in another POST request.
Thanks,
Hi,
I’m looking to see if the webhooks add-on will allow me to implement something in particular:
I’m looking to send a POST request with the add-on, then upon a successful response take the result and use it in another POST request.
Thanks,
Hi Jake. That is not currently possible in Gravity Forms. It should be possible using Gravity Flow and the outgoing webhook step though:
It very much is, yes, and the docs that @chrishajer linked cover just how much can be done through the UI without code. Depending on your API’s and what format of data they return that you want to map into your entry, you may also want to look at the following docs:
Cheers,
Jamie
Thanks @chrishajer and @JamieO. Much appreciated.