Create integrations¶
In this section, you can create and modify integrations through a form where you must complete the following fields:
- Name: allows you to assign a unique identifier for each integration.
- URL: allows you to enter the integration address. Example:
http://1.2.3.4:25565/service_email/api/order.php. - Action in case of error: allows you to select a script that will send a response or start another conversation to continue the flow if an error occurs.
Parameters¶
- Name: allows you to assign an identifier for the parameter.
- Type: allows you to indicate the parameter variable type.
Supported types
The following types are currently supported:
intstringfloatarraybool
- Variable: allows you to type
@to view all available variable types and select the one you want.
Considerations
It is recommended to name the parameter with the same name as the variable.