meta_subscribe_webhook
Subscribe to webhook notifications for Instagram, Page, User, or Permissions objects by providing callback URL, verify token, and fields. Requires Meta App credentials.
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 |
|---|---|---|---|
| object | Yes | Object type to subscribe to | |
| callback_url | Yes | HTTPS webhook endpoint URL | |
| verify_token | Yes | Verification token for the webhook | |
| fields | Yes | Comma-separated list of fields to subscribe (e.g., 'messages,feed') |