agent-integrations

Enable Agent Integration

Enable a tenant integration for a specific agent (voice or report).

If an AgentIntegration already exists, it is returned (or re-enabled if disabled).

post/api/v1/agent-integrations/

Request body

agent_idstring uuid nullable
report_agent_idstring uuid nullable
chat_agent_idstring uuid nullable
text_agent_idstring uuid nullable
tenant_integration_idstring uuid required
agent_type'voice_agent' | 'email_agent' | 'report_agent' | 'chat_agent' | 'text_agent'

Response

Successful Response

idstring uuid required
tenant_idstring uuid required
agent_idstring uuid nullable required
report_agent_idstring uuid nullable required
chat_agent_idstring uuid nullable required
text_agent_idstring uuid nullable
agent_type'voice_agent' | 'email_agent' | 'report_agent' | 'chat_agent' | 'text_agent' required
tenant_integration_idstring uuid required
enabledboolean required
created_atstring date-time required
updated_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.