Send a message (reply)
POST
/api/v1/social_messages/send_message
Queue a message to be sent via background job.
Request Body required
Section titled “Request Body required ”Responses
Section titled “ Responses ”Successful Response
SocialOperationResponse
object
status
required
Status
string
message
required
Message
string
Bad Request
Agent or Social Account not found
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Internal Server Error