No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
Custom Invocable Actions
Returns the list of all custom actions. 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 custom actions:
- /vXX.X/actions/custom
- Formats
- JSON, XML
- HTTP Methods
- GET, HEAD, POST
- Authentication
- Authorization: Bearer token
- Parameters
- None
- Notes
- Sending email with the emailAlert action counts against your daily email limit for workflows. For more information, see Workflow Daily Email Limit in the Salesforce online help.
- Example
- Retrieving a list of custom actions for the current organization:
-
1/services/data/v32.0/actions/custom - JSON Response body
-
1{ 2 "quickAction" : "/services/data/v32.0/actions/custom/quickAction", 3 "emailAlert" : "/services/data/v32.0/actions/custom/emailAlert", 4 "flow" : "/services/data/v32.0/actions/custom/flow" 5}