Salesforce Actions API

The Salesforce Actions API provides a unified interface for invoking standard and custom actions across the Salesforce platform. It supports Apex actions, Flow actions, quick actions, and invocable actions, enabling developers to programmatically trigger automation and business logic from REST API calls.

API entry from apis.yml

apis.yml Raw ↑
aid: salesforce:salesforce-actions-api
name: Salesforce Actions API
tags:
- Actions
- Automation
- CRM
- Flow
- Invocable
image: https://www.salesforce.com/content/dam/sfdc-docs/www/logos/logo-salesforce.svg
humanURL: https://developer.salesforce.com/docs/atlas.en-us.api_action.meta/api_action/actions_intro.htm
baseURL: https://{instance}.salesforce.com/services/data/v{version}/actions
properties:
- url: https://developer.salesforce.com/docs/atlas.en-us.api_action.meta/api_action/actions_intro.htm
  type: Documentation
- url: https://developer.salesforce.com/docs/atlas.en-us.api_action.meta/api_action/actions_intro_overview.htm
  type: GettingStarted
- url: https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_actions_invocable.htm
  type: APIReference
description: The Salesforce Actions API provides a unified interface for invoking standard and custom
  actions across the Salesforce platform. It supports Apex actions, Flow actions, quick actions, and invocable
  actions, enabling developers to programmatically trigger automation and business logic from REST API
  calls.