...
Flow Variable | Example | Description |
$flow.key.cli_pause_update |
| The Direct Dial was successfully paused / unpaused |
Content |
| The Direct Dial was could not be paused / unpaused |
How to Configure
First step is to configure a webhook(to which the details will be send). To configure a webhook, you can follow the below steps -
Go to Advanced → Webhook page
Click on ‘add webhook’
Select the method as ‘Post’
Enter or paste the URL of the internal webhook that you need to call/invoke from the list below
Select ‘none’ in the authentication method
Select the body type as ‘None’ and click on save button.
Step 2 : Save Variable (Optional)
If you want to provide any parameters then first you can store that parameter in any flow variable using operation widget (General Assignment Method). This step is completely optional.
...