Mensajes
Last updated
Last updated
POST /api/v1/message HTTP/1.1
Host: wa.sellia.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 179
{
"messaging_product": "whatsapp",
"recipient_type": "individual",
"to": "{{Recipient-Phone-Number}}",
"type": "text",
"text": {
"preview_url": false,
"body": "contenido-del-mensaje-de-texto"
}
}{
"messaging_product": "whatsapp",
"contacts": [
{
"input": "text",
"wa_id": "text"
}
],
"messages": [
{
"id": "text"
}
]
}GET /api/v1/multimedia/{id} HTTP/1.1
Host: wa.sellia.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"url": "text",
"mime_type": "text",
"sha256": "text",
"file_size": 1,
"id": 1,
"messaging_product": "text"
}POST /api/v1/multimedia HTTP/1.1
Host: wa.sellia.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: multipart/form-data
Accept: */*
Content-Length: 31
{
"file": "binary",
"type": "text"
}{
"id": "text"
}