This guide covers the Platform API approach to executing actions. For direct REST access to provider data, see the Unified APIs.
x-account-id header, handles authentication, transforms requests to match provider APIs, and returns normalized data.
Execute an Action
- TypeScript SDK
- cURL
- Python
Request Parameters
Headers
Discover Available Actions
UseGET /actions to find what actions are available for a specific account or provider:
- TypeScript SDK
- cURL
Common Action Patterns
Workday: List Employees
Greenhouse: Create Candidate
Salesforce: Get Contact
Related
Actions RPC API Reference
Full API reference with all parameters
Actions Metadata
Discover available actions and build dynamic UIs
Multi-Tenant Accounts
Manage accounts by owner for multi-tenant apps
Request Logs
Monitor and debug action execution