Invoke a named action on an integration
Integrations
Invoke a named action on an integration
Fires an imperative provider action (for example create-contact or log-call) by name on the connected integration, forwarding the request body as the action input. The action name is validated against the provider’s advertised actions. Admin-only (owner/admin). Returns 400 for an unknown action, 404 when no connection exists, and 401 when the stored credentials have expired.
POST
Invoke a named action on an integration
Authorizations
Dashboard JWT token from Clerk
Response
200 - application/json
The action result (ok, the integration id, action name, duration and the provider output) wrapped in the standard envelope.
The response is of type object.