This guide is for platform builders creating custom interfaces that display available integrations and actions to their end-users.
/actions endpoint to dynamically determine what’s available.
List All Available Actions
UseGET /actions to retrieve action metadata:
- TypeScript SDK
- cURL
- Python
Filter Actions by Context
Filter by connector, account, or action key to get relevant actions for your UI:- TypeScript SDK
- cURL
Understanding Action Schema
The response is grouped by provider, with each provider containing its available actions:Provider Fields
Action Fields
Building a Dynamic Action UI
Here’s how to build an interface that adapts to available actions:- TypeScript SDK
- Python
Execute Actions via RPC
Once a user selects an action, execute it with the RPC endpoint:- TypeScript SDK
- cURL
Real-World Example: Integration Dashboard
Related
Actions RPC
Execute actions programmatically
List Actions API
Full API reference for actions metadata
Multi-Tenant Accounts
Segment accounts by customer
Connector Metadata
Get connector logos and branding