Workflow Event Triggers
List of valid attributes:
Attribute | Description | Specifics |
---|---|---|
account_id | ID of an account a trigger belongs to | Cannot be set |
created_at | Timestamp of creation | Cannot be set |
event | The action that triggers the workflow | Required. See valid combinations below |
item_type | The type of entity that the event applies to | Required. Must be either contract_signature , user_document , field_value or user |
Valid event triggers:
item_type | Allowed event values |
---|---|
contract_signature | provide |
user_document | upload |
field_value | create, update |
user | create |