< All Topics

How Subscribe to Broadcast Condition Works

Detection: This condition checks whether a user has opted in to receive broadcast messages from your chatbot. Subscription status can be determined based on user actions, such as directly subscribing through a chat flow, clicking a subscribe button, or confirming their subscription via a message. This enables you to segment users based on their willingness to receive regular updates, newsletters, or promotional content.

Setting Conditions: After identifying a user’s subscription status, you can implement conditions in your chat flow that alter the conversation based on whether the user is subscribed to broadcasts. These conditions use a simple “is” rule with values like “yes” or “no” to tailor the interaction.

Rules of Subscribe to Broadcast Condition

  • “Is: Yes” Rule: Applies when a user has agreed to subscribe to broadcasts. If this condition is met, the user can be included in the distribution of broadcast messages, such as news updates, promotions, or exclusive content, enhancing engagement and delivering value to subscribers.
  • “Is: No” Rule: Used when a user has not subscribed or has opted out of receiving broadcast messages. This condition helps in excluding these users from broadcast message distributions, respecting their communication preferences and avoiding potential spam issues.

Implementation Example

Consider a chatbot for a local community center that offers various classes and events. The bot can ask users if they would like to receive updates on upcoming events. If a user subscribes (“is: Yes”), they are added to a list to receive broadcasts about new classes, events, or cancellations. If a user chooses not to subscribe (“is: No”), they will not receive these updates, but can still use the chatbot for other inquiries, ensuring a tailored experience based on user preferences.

Best Practices

  • Clear Opt-in Process: Ensure users have a clear and straightforward way to opt into receiving broadcasts. Be transparent about what type of content they will receive and how often.
  • Easy Opt-out: Provide an easy option for users to unsubscribe from broadcasts at any time. This respects user autonomy and complies with communication regulations.
  • Value and Relevance: Make sure that broadcast messages provide value and are relevant to the audience. Personalized and timely content can significantly increase engagement and reduce opt-out rates.
  • Compliance with Regulations: Adhere to messaging and privacy regulations, such as GDPR or the TCPA, which require explicit consent from users to receive broadcast messages and clear options to opt out.