Actions
List Action Integrations
Retrieve the catalog of available action integrations
GET
List Action Integrations
Retrieve the catalog of pre-built integrations that can be attached to agent actions. Each integration includes the metadata you need to configure it (display name, category, configuration schema).Endpoint
Request headers
Bearer token. Format:
Bearer talq_your_environment_token_hereExamples
Response
Response fields
Unique identifier used when creating an action with
integration: { id: "<identifier>" }.Human-readable name shown in the dashboard.
Short description of what the integration does.
Group the integration belongs to (e.g.,
scheduling, data, communication).Public URL of an icon for the integration.
Notes
- Use the
identifiervalue when creating an action via Create Action — pass it asintegration.id. - Categories are stable; the integration list may grow over time.