POST api/v1/Actions/{id}?segmentId={segmentId}
Will trigger action by id on segment. 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 |
segmentId |
Segment 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.