Triggers
Last updated
Last updated
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.
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.
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.
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.
After setting up your trigger you can save or cancel your changes.