meta_subscribe_webhook
Subscribe to webhook notifications for a Meta object (e.g., Instagram, Page) by providing a callback URL, verify token, and list of fields to monitor.
Instructions
Subscribe to webhook notifications for an object (e.g., 'instagram', 'page'). Requires META_APP_ID and META_APP_SECRET.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Comma-separated list of fields to subscribe (e.g., 'messages,feed') | |
| object | Yes | Object type to subscribe to | |
| callback_url | Yes | HTTPS webhook endpoint URL | |
| verify_token | Yes | Verification token for the webhook |