Feature: add SubscribeToBot, UnsubscribeFromBot, OptinSms, OptoutSms, OptinEmail, OptoutEmail in api

What’s New:

  • Added new fields to the API response for managing subscriber status:
    • SubscribeToBot: Tracks when a user subscribes to the bot.
    • UnsubscribeFromBot: Tracks when a user unsubscribes from the bot.
    • OptinSms: Tracks when a user opts into SMS communication.
    • OptoutSms: Tracks when a user opts out of SMS communication.
    • OptinEmail: Tracks when a user opts into email communication.
    • OptoutEmail: Tracks when a user opts out of email communication.

Benefits:

  • Enhances the ability to track and manage subscriber interactions and preferences effectively.
  • Provides detailed insights into subscription and opt-in/opt-out activity for better personalization and compliance.