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 mensagem no Instagram
Envia mensagem direta para um ou vários destinatários no Instagram. Escreva o texto na hora ou use um template.
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
}
}Autorizações
ntfIgBearerAuthntfIgApiKeyHeader
Authorization: Bearer sk_live_...
Cabeçalhos
Evita duplicar envio em retry.
Corpo
application/json
Username (com ou sem @) ou ID numérico (IGSID). Até 500 por chamada.
Required array length:
1 - 500 elementsExemplo:
["usuario_alvo"]
Opções disponíveis:
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.
Opções disponíveis:
high, normal, low Intervalo obrigatório:
0 <= x <= 5Show child attributes
Show child attributes
Esta página foi útil?

