cs-icon.svg

HTTP

The HTTP Action lets you make an HTTP call whenever a trigger event occurs.

Set up the HTTP Action

Perform the following steps to set up the HTTP action connector:

  1. Click Configure Action Step from the left navigation panel.
  2. Click Action Step to configure third-party services.
  3. Within the Configure Action Step, click the HTTP connector.
    HTTP.png
  4. Under Choose an Action tab, select the HTTP Request action.
    HTTP-Action.png
  5. On the Configure Action page, enter the URL and select any one HTTP method from GET, POST, PUT, DELETE, and PATCH. For this example, we are choosing the GET HTTP method.
    HTTP-Configure-Action.png
  6. Click the Show optional fields toggle button to enter the respective names and values for Headers and Query Parameters.
  7. Click the checkbox to Disable SSL verification.
  8. Click the Throw error status checkbox to throw an error in case the error status codes are between 4**-5**.
    Show_optional_FIELDS

    Note: Throw an error will display an error message in the Trigger output and the Execution Log section.

  9. Click Proceed.
  10. Check if the details are correct. If yes, click Test Action.
    HTTP-Text-Action.png
  11. Once set, click Save and Exit.
    Save_Exit

This sets the HTTP action connector.

Was this article helpful?
^