Triggers

Overview

The HTTP Trigger node in our ION platform enables easy REST API creation, allowing you to set the endpoint PATH and request method (GET, POST, PUT, PATCH, DELETE). You can also define the Content-Type header for data format clarity.This feature simplifies API development and improves integration with various services, speeding up your software engineering process.

Setting up the HTTP Trigger Node in simple steps

Step 1 - Start you workflow

Setup your first workflow by clicking on Create new workflow button.When you create your HTTP workflow it will automatically create the HTTP Trigger node in the canvas.

Step 2 - Setup the trigger

To start setting up you trigger node you can double click the header or click in the pencil and it will pop up a drawer.

Step 3 - Update the trigger's configuration

  • path The path that will be used to send the request.

  • method The method for the request. (e.g. GET, POST, PUT, PATCH, DELETE).

If you need your workflow to be called in more than one method, leave the field as undefined

  • accept The content-type of the request.

Step 4 - Save your changes

After setting up your trigger you can save or cancel your changes.

Last updated