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.

Rate Limit

This endpoint is subject to the general API rate limit of 50 requests per 10 seconds. Learn more about handling rate limits.

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
Credentials
Header
URL
Click Try It! to start a request and see the response here!