2022

Page tree

Versions Compared

Key

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

...

  • Select Webhooks Configuration- CHANGE SCREEN

  • Check boxes to receive notifications for events- CHANGE SCREEN
    1. Started

    2. Completed

    3. Errored

  • There are 2 methods you can use to configure Webhooks:- CHANGE SCREEN (DUE TO NOTIFICATION SCREEN CHANGE)
  1. GET method:

  • This method is used if you want to use your own API to get notified using webhooks

  • From the URL drop-down menu choose the GET method option.

  • URL (supporting variable injection) - notification.webhook.url

  • This method allows parameters in URL

  • Example of a URL for Get method:

...

  • There is a specific list of supported expressions which has to be followed for writing the various required parameters in the URL while running the GET method.

  • These can be found listed under “Supported Expressions”. Various conditions for these parameters can also be listed. 

  • Once you enter all parameters Click SAVE

b. POST method:   CHANGE SCREEN (DUE TO NOTIFICATION SCREEN CHANGE)-CROP

  • This method is used if the user wants to define the payload.

  • From the URL drop-down menu choose the POST method option.

  • The following screen will pop-up.

  • Fill all the details : URL, HEADERS, CONTENT TYPE and PAYLOAD

...