Actions List
Retrieves the list of actions to config an event in a channel.
GET api/events/actions
--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]
URL Endpoint
api/events/actions
Method
GET.
Parameters
Do not supply OData Filter syntax.
Request
Header
--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]
Body
This method does not supply the request body.
Response
If successful, this method returns a 200 OK
response code and the list of action.
Example
Request
curl --location --request GET 'https://teams.appvity.com/api/events/actions' \
--header 'x-appvity-channelId: 19:15c258785b4040699180e7a8ad6c6014@thread.tacv2' \
--header 'x-appvity-teamid: 19:15c258785b4040699180e7a8ad6c6014@thread.tacv2' \
--header 'Cookie: graphNodeCookie=s%3Ay99BNluVZ2N79o8oBS8tqaYZ56FhIqtD.7G32PfH%2FxaLvWgBgt7eHqKqbvDL%2FFmTcuDG5z8g0cC0'
Response
[
{
"id": "SendMail",
"name": "SendMail",
"displayName": "Send email"
},
{
"id": "HTTP",
"name": "HTTP Request",
"displayName": "HTTP request"
},
{
"id": "PowerAutomate",
"name": "PowerAutomate",
"displayName": "Power Automate"
}
]