This guide will walk you through:
- Capturing Lead & Customer Activities: Connect Automate.io with WiserNotify using a webhook to fetch real-time form submissions, purchases, subscriptions, and other customer activities.
Add Webhook Integration to Connect Automate to pull the events lead data
Step 1: Get the Webhook URL from WiserNotify
– Go to WiserNotify > Automate Integration.
– Click on the Integrate button inside the Integration box.
1. Enter Connection Name
2. Click on the Create button.
3. Click on the copy button.
Step 2: Configure Webhook in Automate
Login with Automate,
1. Click on the Create bot button.
2. Select the connected app or connect the new app you want to communicate with WiserNotify
3. Select the action app and search webhook.
4. Select POST data.
5. Select Content type JSON.
6. Paste WiserNotify key object//product
{
“un”: “USERNAME”,”fn”:”FIRSTNAME”,
“ln”:”LASTNAME”,
“e”: “EMAIL”,
“ct”: “CITY”,
“st”: “STATE”,
“cn”: “COUNTRY”,
“i”: “IPADDRESS”,
“lt”: “LATITUDE”,
“lg”: “LONGITUDE”,
“ht”: “HOSTNAME”,
“pn”: “PRODUCTNAME”,
“pu”: “PRODUCTURL”,
“piu”: “PRODUCTIMAGEURL”
}
//signup
{
“un”: “USERNAME”,
“fn”:”FIRSTNAME”,
“ln”:”LASTNAME”,
“e”: “EMAIL”,
“ct”: “CITY”,
“st”: “STATE”,
“cn”: “COUNTRY”,
“i”: “IPADDRESS”,
“lt”: “LATITUDE”,
“lg”: “LONGITUDE”,
“ht”: “HOSTNAME”
}
7. Click on + icon8. The select value inside the dropdown9. Click on the Save button.