API Gateway Triggers: Adding and Setting
Last updated
Last updated
This trigger, in contrast to the others, executes the flow in conjunction with an API Gateway configured within the platform.
Learn how to add and configure an API Gateway Trigger below:
To add an API Gateway trigger, follow these steps:
Click on "Start with a trigger".
Click on the plus sign of the "API Gateway" option. You will then open the modal to configure it and view more information.
This modal is divided into two areas: Header and Settings.
Select the API Gateway, Version and Route fields previously registered.
It is not possible to use the same route in more than one API Gateway Trigger.
In addition, the settings screen has more items:
Trigger URL: After selecting the previous settings, the Trigger URL will be displayed.
Use JSON Schema in the request (optional): Enables you to send a JSON Schema for validation by the API Gateway.
Request Specification: The Body and Query fields are optional.
To finalize the trigger settings, click on "Save".
Read also:
.
OAuth2 Token URL: This field is shown for OAuth2 types and allows generating the OAuth2 token. To do so, make a POST request to the displayed URL using the provided request example. .