v3

latestOpenAPI 3.0.02026-07-31278263961.8 KB
Act

Run an action

post/act

Request body

idstring

ID of the action to run.

keystring

Key of the action to run. If the same key exists across multiple integrations, also pass integrationId, integrationKey, or connectionId so we know which one you mean.

codestring

Inline JavaScript executed in a sandbox. The module must export a function that receives { input, membrane, ... }. Its return value becomes the action output.

integrationIdstring

ID of the integration to run the action on. When key is provided, looks up the action within this integration. When no connection is specified, runs against this integration's default connection.

integrationKeystring

Key of the integration to run the action on. When key is provided, looks up the action within this integration. When no connection is specified, runs against this integration's default connection.

connectionIdstring

ID of the connection to run the action against. If a connection-level version of the action exists on this connection, that version is used; otherwise the integration-level or universal action is used.

connectionKeystring

Key of the connection to run the action against. Use when you have a stable key for the connection instead of an ID.

{"stackTrail":"components:schemas:ActRequestDto:properties:input","oasType":"schema","type":"unknown","description":"Input passed to the action, matching its input schema."}
metaobject

Arbitrary metadata stored on the action run log.

Response

outputobject
actionRunIdstring
All 278 operations