Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 -

...

  1. 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

  2. Make sure to whitelist your IP in the whitelist section of your account

  3. 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

  1. Add widget

  2. Select Custom

Step 2:

  1. Configure Request:

    1. Method

    2. URL: Dynamic flow variables will work

    3. Authentication

    4. Headers

    5. Body Type

    6. Query Parameters:

      1. Mandatory

  2. Configure Response:

    1. Response Type

    2. Path and how to find it

    3. Note: x to be replaced with ‘data’

  3. Other Configurations

    1. Wait for response: How max seconds

  4. Flow Variables available after Webhook widget

    1. Generic:

      1. Raw response

    2. On Success

    3. On Failture

  5. 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.

...