How to manually configure reactions in Direct Messages

The link is formatted as https://ig.me/m/#{your-instagram-username}. This means that to generate the link, replace #{your-instagram-username} with your actual Instagram account username.

Set up keyword-based replies in Direct Messages

To set up keyword-based auto-replies in Direct Messages, use blocks with a trigger (Start block or Trigger block).

For the matching type, choose either Keyword match or Exact match (recommended options).

In the Trigger field, specify one or more conditions (separated by semicolons) to launch the bot.

In the "Message text" field, enter the bot's response that the user will receive. You can also add attachments, buttons, and links.

How to like the last user message

To like the user's latest message, enter the following function in the "Calculator" field:

like_client_message()

Then, after going to this block, the user will receive a like for the last message they sent.

The result:

Last updated