Execution Channels

Returns all execution channels that were ever in use in a campaign. This endpoint enables the user to see all the configured execution channels on its Optimove environment.

Sample Request

https://apiX.optimove.net/current/actions/GetExecutionChannels

Sample Response

[
  {"ChannelID":15,"ChannelName":"Optimail"},
  {"ChannelID":29,"ChannelName":"Optipush"},
  {"ChannelID":504,"ChannelName":"Email"},
  {"ChannelID":505,"ChannelName":"SMS"}
  {"ChannelID":509,"ChannelName":"Other"}
]
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!