Newer Version Available
Standard Invocable Actions
Returns the list of actions that can be statically invoked. You can also get basic
information for each type of action.
This resource is available in REST API version 32.0 and later.
Syntax
- URI
- Get a list of standard actions:
- /vXX.X/actions/standard
- Formats
- JSON, XML
- HTTP Methods
- GET, HEAD, POST
- Authentication
- Authorization: Bearer token
- Parameters
- None
- Notes
- The Post to Chatter action supports the following features using a special format in
the body post.
- @mentions using @[<id>]
- Topics using #[<topicString>]
Examples
- Retrieving a list of standard actions for the current organization
-
- JSON Response body
-
- Get the attributes of a single standard action, for example, emailSimple
- /services/data/v32.0/actions/standard/emailSimple
- JSON Response body
-