...
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.
Step 3 : Select configurations
In the webhook widget, you need to perform following configurations -
...
Make sure your HTTP usage is enabled for your account. If not, then you can send a mail to request for the same on support@phonon.io
Make sure to whitelist your IP in the whitelist section of your account
Once any specific method is called, the values will be appeared in the specified response variables.
Custom Webhook Widget
Info |
---|
Use this when you want to call any external API with predefined structure. All Flow Variables will work in any section of the widget. |
Introduction
Step 1: Add Webhook Widget
Add widget
Select Custom
Step 2:
Configure Request:
Method
URL: Dynamic flow variables will work
Authentication
Headers
Body Type
Query Parameters:
Mandatory
Configure Response:
Response Type
Path and how to find it
Note: x to be replaced with ‘data’
Other Configurations
Wait for response: How max seconds
Flow Variables available after Webhook widget
Generic:
Raw response
On Success
On Failture
Notes
Add Persisting Documentaion:
Flow End Webhook
On flow complete webhooks are used when you want to push/send all the flow details to the default webhook once the flow gets completed.
...