Using webhook response in another webhook

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:

  • gravityflow_entry_webhook_response_mapping lets you customize what value(s), and how they are formatted, for mapping into a field from the response object.
  • gravityflow_response_message_webhook gives customization options for what is shown into the timeline. This can be quite helpful during troubleshooting phases to add specific parts of the response in it’s full JSON to be able to see.
  • gravityflow_post_webhook This action lets you do pretty much anything else you can think to need after outgoing webhook steps complete (whether successfully or not).

Cheers,
Jamie

1 Like

Thanks @chrishajer and @JamieO. Much appreciated.

1 Like