List all Actions available for a user.
Every Connected User will have the ability to run different Actions, depending on what accounts they have connected. Use this endpoint to list those Actions and discover the schemas of their input parameters.Documentation Index
Fetch the complete documentation index at: https://docs.useparagon.com/llms.txt
Use this file to discover all available pages before exploring further.
SALESFORCE_CREATE_RECORD_OPPORTUNITY Action schema.Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
The response format for available actions.
Defaults to json_schema for tool-calling agent use cases. Learn more about available formats.
If true, only available_actions will be returned.
Otherwise, all_actions will include all Actions from Integrations in your project, regardless of the accounts your user has connected.
If true, forcibly reload any custom fields that belong to the schema for included Actions. This may result in additional latency added to your request.
By default, Paragon will cache your user's fields and refresh them periodically. Fields have a TTL of 8 hours, and reload_fields will immediately invalidate any cached fields.
Filter by specific integrations that the user has connected. By default, all integrations are returned.
"salesforce,hubspot"
Filter by specific integration categories, based on integrations the user has connected. By default, all integrations from all categories are returned.
"crm,project_management"