Basic Information Page
You can enter a name and description on the Basic Info page of each trigger and invoke adapter in your integration.
| Element | Description |
|---|---|
|
What do you want to call your endpoint? |
Provide a meaningful name so that others can understand the connection. For example, if you are creating a database connection for adding new employee data, you may want to name it
CreateEmployeeInDB. You can include English alphabetic characters, numbers, underscores, and dashes in the name. You cannot include the following:
|
|
What operation do you want to perform? |
Select the type of operation for this connection to perform:
Note: When operations in a SQL statement such as Update, Concat, and Merge accept values for the inbound invocation of an integration, they do not work. For example, the following query does not work: As a workaround, handle these scenarios during payload mapping. For example, perform a concatenation during mapping of the payload. The final output can then be passed as input to the SQL query. |