POST api/v1/Actions/{id}?contactId={contactId}
Will trigger action by id on contact. Action must be trigger-able manually and be enabled
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Id of action to trigger |
integer |
Required |
contactId |
Contact id for which ation should be triggered |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HTTP 200 if action is triggered for contact, 404 if action is not found or diabled or contact does not exist
None.