For the complete documentation index, see llms.txt. This page is also available as Markdown.

Instagram comment

Overview

The Instagram Comments Trigger is an input node (inbound trigger) based on public engagement events. Its main function is to listen for interactions left on the account's posts (such as feed posts and Reels) and trigger an automated support flow immediately when a user leaves a comment. It works as a direct conversion bridge, allowing you to respond to the user automatically or start a lead qualification journey in private.

Configuration Parameters

The trigger configuration maps the account's social monitoring using the following criterion:

  • Channel: Drop-down menu used to select which Instagram Business Account linked to the dashboard will be monitored by this automation node. It queries Meta's Graph API to list the eligible profiles.

Visual Builder

The builder interface was designed to focus on simplicity and the quick inheritance of the source channel:

  • Unified Channel Selector: The drop-down centralizes the choice of the institutional account. Once the option is selected, the system begins listening to comment webhooks from all active posts associated with that profile.

  • Inputless Start Node: In the visual flow editor, this component is positioned at the initial left root of the screen. It has no input connectors, since the generating stimulus is entirely external (the user's comment on a social network post).

Special Operators

The logical properties of this component manage the tracking of public content and the opening of the private messaging channel:

  • Post Metadata Capture (Engagement Payload): At the moment the comment is generated, the trigger engine captures a complete data object containing the Post ID, the Comment Text, the Instagram Username of the author and the Comment ID. These variables become available for use in subsequent blocks (e.g.: to validate whether the user commented a specific keyword, such as "WANT").

  • Private Routing (DM Injection): The Meta API allows the system, starting from a valid public comment, to open a private conversation channel (DM) with the user. The engine of this component prepares the contact to receive the first message in the flow directly in their personal inbox, moving the interaction from the public space to the private environment for sales or support.

Practical Examples

The table below shows classic application scenarios for this trigger to boost conversational marketing strategies on Instagram:

Selected Channel

User Action on the Post

Subsequent Conditional Filter

Practical Use Case

@fictitious_brand

Commented: "I really liked it!"

None (Any comment)

Send an automated DM thanking them for the engagement and offering a welcome discount coupon.

@fictitious_brand

Commented the word: WANT

Comment Text equals WANT

Immediately trigger a DM sending the link to the e-book or catalog promised in the post caption (Keyword Campaigns).

@fictitious_store

Commented: "How much is it?"

Comment Text contains value or price

Start a private flow by automatically sending the product price list and asking whether the customer would like to speak with a salesperson.

Last updated

Was this helpful?