Connect social account
POST
/api/v1/gen_agents/connect_phone
Connect a social account to an agent.
Errors:
- 422: social_account_identifier is invalid or unavailable.
- 422: Organization has no credit.
- 422: Failed to update social account.Request Body required
Section titled “Request Body required ” ConnectSocialAccountRequest
object
agent_id
required
Agent Id
ID of the agent to connect
string
social_account_identifier
required
Social Account Identifier
Identifier of the social account
string
Responses
Section titled “ Responses ”Successful Response
Bad Request
Not Found
Agent already connected, invalid token, no active AURA credit, or connection failure.
Internal Server Error