How to connect WiserNotify with Automate?

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.

Note:
Make sure you select this integration as data-source for the notification (Customize notification > Data-source > Select this integration)

Important: After making changes, check your notification in a private browser to avoid cache issues.


Need Help?
Explore our Troubleshooting Guide or contact our live chat support from your WiserNotify account. We’re here to assist you promptly.