Intelligent search powered by OpenAI
Send message with file
POST
Request's parameters
PATH
claim_id
Claim ID. Unique identifier used to reference a specific claim in the system, essential for tracking and managing these claims.number
REQUIRED
QUERY
application_id
This is the client unique identificator who initiated the claim.string
BODY
receiver_role
Person to whom the message associated with the claim will be sent.string
message
Text of the message to be associated with the claim.string
attachments
Image file attached to the message that will be associated with the claim.string
Response parameters
Request
curl -X POST \
'https://api.mercadopago.com/post-purchase/v1/claims/{claim_id}/actions/send-message?application_id=123456789'\
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer TEST-3322*********190-03031*********46528954c*********0339910-1*********' \
-d '{
"receiver_role": "respondent",
"message": "Mensaje de prueba",
"attachments": "WhatsApp-Image-2020-09-22.jpeg"
}'
Sample answer
// This request has not been responded to.