Skip to main content
Solved

Como usar la API de ManyChat para enviar mensajes de Instagram?

  • March 20, 2025
  • 1 reply
  • 68 views

adolfoware

{
  "subscriber_id": 1885776809,
  "data": {
    "version": "v2",
    "content": {
      "messages": [
        {
          "type": "text",
          "text": "Tu mensaje aqua"
        }
      ]
    }
  },
  "message_tag": "HUMAN_AGENT"
}  

 

Quiero hacer una peticion simple, pero creo que me lo impide el message_tag que solo esta disponible HUMAN_AGENT para IG, como puedo activarlo? Solo tengo una cuena profesional conectada y puedo responder mensajes directos desde manychat pero quiero hacerlo con su API

Best answer by Fabio Gaulke

Hi, ​@adolfoware!

 

The HUMAN_AGENT tag isn't supposed to be used with automated messages (https://developers.facebook.com/docs/messenger-platform/send-messages/message-tags#supported_tags).

This tag is only set if a human interacts with a user via Live Chat. There's no API endpoint in wich it could be used to automate something.

1 reply

Fabio Gaulke
Forum|alt.badge.img+3
  • Manychat Community Moderator
  • Answer
  • March 30, 2025

Hi, ​@adolfoware!

 

The HUMAN_AGENT tag isn't supposed to be used with automated messages (https://developers.facebook.com/docs/messenger-platform/send-messages/message-tags#supported_tags).

This tag is only set if a human interacts with a user via Live Chat. There's no API endpoint in wich it could be used to automate something.