latestOpenAPI 3.0.12026-08-188456240.4 KB

6e6982573ba6

Action Management API

List accessible Teams actions

get/api/2.0/actions/teams

Response

Success

createdDateinteger

Created date in milliseconds

lastModDateinteger

Last modified date

idinteger

Action ID

userIdinteger

Action owner's user ID

actionTypestring

Action type

namestring required

Action name

messagestring

Action message

eachRowOfDataAsMessageboolean

Whether or not to send a separate message for each row of the data

botAccessTokenstring

Service access token

teamIdstring

Service team ID

teamNamestring

Service team Name used for display purpose

botClientIdinteger

Service client ID

Example response

[
  {
    "actionType": "SLACK, TEAMS, WEBHOOK"
  }
]