Run synchronously

Executes the trigger/action synchronously and returns immediate results. Use the schema from /run/info to construct proper request body. For heavy operations, consider using /run/async instead.

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

ID of the trigger/action to run

Body Params
credentialData
object
required

Connection data object. Position "0" must contain credentialId. Additional positions may be required for some integrations.

runnerData
object
required

Values for editable variables keyed by variable name from schema. Include only variables with isEditable=true from /run/info response. For rowSections, use arrays of objects with exact field names.

Responses

400

Bad Request - Invalid request body or missing required fields

401

Unauthorized - Invalid or missing authentication token

404

Not Found - Trigger/action not found

422

Validation Error - Invalid field values or types

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