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
string
required
Bearer token. Format:
Bearer talq_your_environment_token_hereExamples
Response
Response fields
string
required
Unique identifier used when creating an action with
integration: { id: "<identifier>" }.string
required
Human-readable name shown in the dashboard.
string
Short description of what the integration does.
string
Group the integration belongs to (e.g.,
scheduling, data, communication).string
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.