Subscribe Page to Webhooks
meta_subscribe_page_webhooksSubscribe to Facebook Page webhook updates for fields like feed, messages, or conversations. Check current subscriptions by omitting fields.
Instructions
Subscribes your app to receive webhook updates for a Facebook Page.
Args:
page_id (string): Facebook Page ID
subscribed_fields (string[]): Fields to subscribe to, e.g., feed, messages, messaging_postbacks, conversations
Call without subscribed_fields to check current subscriptions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| subscribed_fields | No | Webhook fields to subscribe to | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |