curl --request POST \
--url https://api.notifique.dev/v1/instagram/messages \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"to": [
"username_ou_igsid"
],
"type": "text",
"payload": {
"message": "Olá!"
},
"from": "inst_abc"
}
'{
"success": true,
"data": {
"messageIds": [
"msg_abc"
],
"status": "QUEUED",
"count": 1
}
}Instagram: mensagens
Enviar mensaje en Instagram
Envía un mensaje directo a uno o más destinatarios en Instagram. Escribe el texto al momento o usa una plantilla.
POST
/
v1
/
instagram
/
messages
curl --request POST \
--url https://api.notifique.dev/v1/instagram/messages \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"to": [
"username_ou_igsid"
],
"type": "text",
"payload": {
"message": "Olá!"
},
"from": "inst_abc"
}
'{
"success": true,
"data": {
"messageIds": [
"msg_abc"
],
"status": "QUEUED",
"count": 1
}
}Autorizaciones
ntfIgBearerAuthntfIgApiKeyHeader
Authorization: Bearer sk_live_...
Encabezados
Evita duplicar envio em retry.
Cuerpo
application/json
Username (com ou sem @) ou ID numérico (IGSID). Até 500 por chamada.
Required array length:
1 - 500 elementsEjemplo:
["usuario_alvo"]
Opciones disponibles:
text, image, video, audio, document, template text: message. Mídia: mediaUrl, mimetype, fileName e caption opcional. template: templateId e variables.
Show child attributes
Show child attributes
Instância Instagram: id ou nome.
Opciones disponibles:
high, normal, low Rango requerido:
0 <= x <= 5Show child attributes
Show child attributes
¿Esta página le ayudó?

