Skip to main content

Instagram Nodes

Instagram nodes handle communication with contacts through Instagram DMs. Use them to send automated replies and escalate conversations to human agents. These nodes work exclusively with the Instagram channel.
Instagram DMs have a 1,000 character limit and do not support buttons, list menus, or rich text formatting. Messages support text and media (images, video, audio) only.

ig.send_message

Send a direct message on Instagram. This node sends a text message back through Instagram DMs. It supports dynamic variables from the workflow context for personalized responses.

Configuration

Variable Substitution

Use double curly braces to inject dynamic values:
Available variables include:
  • {{contact.name}} — The contact’s name
  • {{contact.fields.*}} — Any custom fields set on the contact
  • {{conversation.fields.*}} — Any custom fields set on the conversation

Outputs

Connections

  • Inputs: Single input handle from the previous node
  • Outputs: Single output handle for chaining additional actions

Example Use Case

After an AI Agent generates a response to an Instagram DM, connect it to an Instagram Send Message node to deliver the reply. Keep responses concise due to the 1,000 character limit.

ig.handoff

Escalate the Instagram conversation to a human agent. The Handoff node moves the Instagram conversation from automated processing to the human agent inbox. The conversation appears in the Inbox with a “handoff” status and an Instagram channel indicator (pink).

Configuration

Outputs

Connections

  • Inputs: Single input handle from the previous node
  • Outputs: Single output handle (typically connected to a logic.end node or left unconnected)

Example Use Case

When an Instagram DM conversation requires human attention — for example, a product return request or a complex inquiry — route to the Instagram Handoff node. The agent sees the conversation in their Inbox with the Instagram channel indicator.