How to add message tags January 23, 2024 23:06 Updated Note: Message Tags using the Blip API is under maintenance. In the meantime, you can send active messages on Facebook Messenger through the portal. According to Messenger policy, companies must respond to user messages within the 24-hour window. Outside the standard message window, it is necessary to add the message tags, which allow you to send important and relevant updates. However, message tags cannot be used to send promotional content, including but not limited to offers, offers, coupons, and discounts. Using tags outside approved use cases can result in restrictions on the page's ability to send messages. See the Messenger platform policy for more details. Below are some tags along with their respective descriptions, access the official Messenger documentation for Message Tags for more information: Tags Description CONFIRMED_EVENT_UPDATE Send reminders or updates to the user for an event they registered for. This tag can be used for future events and events in progress. POST_PURCHASE_UPDATE Notify the user of an update to a recent purchase. ACCOUNT_UPDATE Notify the user of a non-recurring change to your app or account. HUMAN_AGENT It allows human agents to answer the user's questions. Messages can be sent within 7 days after a message from the user. In order to send these messages with the tags themselves, it is necessary to use the API, specifically in the Send message with replacement variable endpoint. To add the tag to the message, simply add it to the request metadata, see below: { "id": "{randomGUID}", "to": "{identity}", "type": "text/plain", "content": "Hello my friend, come to check out our prices!", "metadata": { "#messagePurpose": "{tag}" } } Replace the values indicated with {} in accordance with the internal description, see below what each represents in detail: Indication Description Example {randomGUID} GUID is an identifier that for each request must be unique 94939d06-75d7-4200-a14e-a7a905eb8b21 {user_identity} Contact Id. The value can be found in the Builder in the variable contact.identity 123456789@messenger.gw.msging.net {tag} Message tag in accordance with the sending. POST_PURCHASE_UPDATE For more information, access the discussion on the subject in our community or the videos on our channel. 😃 Related articles Registration of Tags by Line How to Save Data from Human Service Builder variables Active Messages - Error Codes Custom Breaks