Reply Messages/v1/messages/reply with the request body, query parameters, or multipart fields shown below. Authorization: Bearer <apiKey>. Community API keys require the matching messaging permission. User API keys can also be used for supported message actions and may be channel-restricted.replyMessage or user permission replyMessages.data with status and message.400 invalid request body, query, ObjectId, pagination, file format, or missing required field.401 missing, invalid, expired, or insufficient API key/token.403 key is valid but cannot access this community/channel/user/resource, where supported by the service.404 target resource, route, or community-scoped record was not found.409 duplicate or conflicting state for create/update operations, where applicable.500 unexpected Returning.AI service error.curl --location 'https://api.returning.ai/v1/messages/reply' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"messageId": "9985hhht8853hyhee",
"message": "Hello, yes this is right!",
"sender": "johndoe"
}'{
"status": "success",
"message": "Message reply successfully"
}