Trigger manual fetch detail inboxes
POST
/api/v1/social_messages/fetch_inboxes
Queue a task to scan the inbox immediately.
Request Body required
Section titled “Request Body required ” FetchInboxRequest
object
agent_id
required
Agent Id
Agent ID
string
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