Create trigger

Creates and registers a new trigger for a selected app and connection.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Use this API to create a trigger that listens for events from a connected app. Once created successfully, the trigger becomes active immediately upon creation and starts listening for matching events.


Body Params
string
required

Alias of the app for which the trigger is being created. You can get this from the Get app configuration

string
required

Alias of the trigger to create. You can get this from the triggers list returned by the Get app configuration API

string
required

Unique ID of the connection used for this trigger. The connection must belong to the same app and get be obtained from Create connection API

input
object

Input values required by the selected trigger. These keys vary by app and trigger and are available in the trigger input fields returned by the Get app configuration API

extendedSchemaInput
object

Optional extended schema input for advanced trigger configuration. The structure depends on the selected trigger

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json