
- Copy webhook URL




3. Create Variables In order to create a Variable, you should go to Data tab (on the left-hand side of Bot Builder), click the “+” Add Variables and fill in relevant information, then click Create. The new Variable will appear on the list under the Data panel.
For example, you want to make a “Name” variable:
1. Here, you need to set these varriable with the infromation that you are asking in your bot & save the collected information in the variable.
2. Go to Action Blocks and drag and drop the Update variables.
3. Click in the update variables block & Set the Action configuration.
1. Now, let's send the data to WiserNotify.
2. Select in HTTP Action in Advanced Blocks.
3. Click on HTTP Action block.
4. Paste your WiserNotify webhook URL.
5. Create the data object & add JSON payload with Field name & Variable
6. Select the POST method.
7. Add HTTP Headers
Example:
{
"Content-Type":"application/json"
}
- Click on Preview button and complete the bot flow in preview mode.

You need to do this mapping only for one time.

Once the mapping is done, enable this webhook into the notification data source section.