Module: Whatsapp::SubscribedApp

Defined in:
lib/ruby/whatsapp/subscribed_app.rb,
lib/ruby/whatsapp/subscribed_app/list.rb,
lib/ruby/whatsapp/subscribed_app/response.rb,
lib/ruby/whatsapp/subscribed_app/subscribe.rb,
lib/ruby/whatsapp/subscribed_app/transport.rb,
lib/ruby/whatsapp/subscribed_app/unsubscribe.rb,
lib/ruby/whatsapp/subscribed_app/response/app.rb,
lib/ruby/whatsapp/subscribed_app/response/collection.rb,
lib/ruby/whatsapp/subscribed_app/response/subscription.rb,
lib/ruby/whatsapp/subscribed_app/response/unsubscription.rb

Overview

Subscribes or unsubscribes this app from a WhatsApp Business Account's webhook notifications, and lists which apps are currently subscribed.

This is what turns webhook delivery on and off in the first place — the opposite concern from Webhook, which only deserializes notifications once Meta is already sending them. Addresses waba_id, not phone_id, like MessageTemplates. See lib/ruby/whatsapp/subscribed_app/CLAUDE.md. Source: https://developers.facebook.com/documentation/business-messaging/whatsapp/reference/whatsapp-business-account/subscribed-apps-api

Defined Under Namespace

Modules: Response, Transport Classes: Error, List, Subscribe, Unsubscribe