Spintax text July 03, 2024 13:36 Updated Through BLiP, it is possible to send rotating text content using spinning syntax (or spintax), a notation that allows the definition of dynamic texts that change each time they are delivered to the customer. This allows for more fluid and natural conversations with your customers, avoiding repetitive messages that negatively affect the user experience. To define a rotating text, simply create groups of values enclosed in braces (the characters { and }) with options separated by pipes (the character |). An example of spintax is: {Hi|Hello}, welcome! How {can I|can we} help you? This syntax can produce any of the following values: Hi, welcome! How can I help you? Hello, welcome! How can I help you? Hi, welcome! How can we help you? Hello, welcome! How can we help you? By default, the Builder accepts texts with the spintax standard in any content. To enable the processing of rotating texts in bots created through BLiP SDKs or the HTTP API, just include in the message metadata the property #message.spinText with the value true, as in the example below: { "id": "1", "to": "128271320123982@messenger.gw.msging.net", "type": "text/plain", "content": "{Hi|Hello}, welcome! How {can I|can we} help you?", "metadata": { "#message.spinText": "true" }} For more information, visit the discussion on this topic in our community or the videos on our channel. 😃 Related articles How to Get the Entry Point Overview [C# SDK] Creating a Content Distribution List Doubts about message templates on WhatsApp Audience file configuration - Bulk notification sending How to Schedule a Message with the Scheduler Extension