For more information on using API

GET http://webapi.mymarketing.co.il/api/automations/GetUpdateActions

Send a test request for the given Event

Request Information

URI Parameters

Body Parameters

None.

Response Information

Resource Description

Collection of TypesAutomationContactUpdateActions

Response Formats

application/json, text/json

Sample:
[
  "AddToGroup",
  "AddToGroup"
]

application/xml, text/xml

Sample:
<ArrayOfTypesAutomationContactUpdateActions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ActiveTrail.BusinessLogic">
  <TypesAutomationContactUpdateActions>AddToGroup</TypesAutomationContactUpdateActions>
  <TypesAutomationContactUpdateActions>AddToGroup</TypesAutomationContactUpdateActions>
</ArrayOfTypesAutomationContactUpdateActions>