Add a connector action
- Open a workflow and add Installed Integrations → Connector Action.
- Select a connector, action, and approved connection.
- Pin the connector version.
- Map action inputs from the trigger context or earlier step outputs.
- Use Simulate to validate request rendering without executing a destructive operation.
Expressions and outputs
Inputs support the same workflow expression context as other actions. Prior connector outputs are available understeps:
Destructive actions
Actions marked destructive must immediately follow an approved workflow gate; execution is rejected otherwise. Simulation does not send the vendor request. Production deployments forceCONNECTOR_MOCK_DESTRUCTIVE=0; use test credentials and vendor sandboxes for
validation.