My Account

Forums

Home Forums General Push To Custom Endpoint Reply To: Push To Custom Endpoint

#171133
Mark Westguard
Keymaster

The Push to Custom Endpoint action has now been renamed to Webhook.

It now includes:

– The ability to make API requests using dot notation formatted keys in field mapping and custom mapping, e.g. person[0].first.name or contactType.id
– New ‘Return Mapping’ setting allows you to use returned JSON data to populate form fields. This also supports dot notation to select JSON elements. Great for lookups!
– New ‘Webhook Return Mapping’ demo template to show you how Return Mapping.
– New SSL Verify, Timeout and Cookie Passthrough settings.

Check out the demo here: https://wsform.com/knowledgebase/webhook/

So in short, you can now create and handle multi-dimensional requests and responses.