Ninja Forms Webhooks allows you to create actions for your forms that submit data to any external URL through a GET or POST request.
The Webhooks extension adds a new action type aptly named ‘Webhook.’
We just need to add a few settings:
- Remote URL: Where are we going?
- Remote Method: How are we getting there? (either GET or POST)
- Args: A collection of Key – Value pairs that will be sent as data.
- Encode Args as a JSON String: Do you want to send JSON?
- Run in Debug Mode: Will show debugging information like data sent and response.
As a real-world example, let’s look at how we’d integrate with Feedblitz. Feedblitz is a service that lets you do a lot of cool stuff with email newsletters and RSS feeds. If you haven’t heard of them, head over to their site and check them out. After you finish reading about Webhooks, of course. 🙂
Reviews
There are no reviews yet.