Online Docs

Actions List

Retrieves the list of actions to config an event in a channel.

1
2
3
4
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

1
2
3
--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

1
2
3
4
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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
{
"id": "SendMail",
"name": "SendMail",
"displayName": "Send email"
},
{
"id": "HTTP",
"name": "HTTP Request",
"displayName": "HTTP request"
},
{
"id": "PowerAutomate",
"name": "PowerAutomate",
"displayName": "Power Automate"
}
]

Comment

Was this article helpful?
Thanks For Your Feedback