Reference for API endpoints available in ActionKit.
For on-premise instances
.authenticate
with the Paragon SDK. See examples in Installing the SDK.
GET /actions
endpoint.
SALESFORCE_CREATE_RECORD_OPPORTUNITY
Action schema.Key | Description | Default |
---|---|---|
format | The response format for available actions. Defaults to json_schema for tool-calling agent use cases. Learn more about available formats. | json_schema |
limit_to_available | 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. | true |
reload_fields | 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. | false |
integrations | Filter by specific integrations that the user has connected. By default, all integrations are returned. Example: salesforce,hubspot | |
categories | Filter by specific integration categories, based on integrations the user has connected. By default, all integrations from all categories are returned. Example: crm,project_management |
Key | Description |
---|---|
actions | A map of integrations with a list of Action definitions, in the selected format. |
errors | An array of errors, if there were any problems loading Action definitions for some integrations. |
Example response
Example response
Example Error