meta_graph
Execute GET, POST, or DELETE requests to Meta's Graph API for reading or updating marketing data. Use any path and parameters allowed by your token's scopes.
Instructions
Meta Graph / Marketing API call — flexible escape hatch, READ and WRITE. method defaults GET; POST to create/update (e.g. path='', params={status:'PAUSED'}), DELETE to remove. Does anything the token's scopes allow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Graph path, e.g. 'me/adaccounts' or '<campaignId>'. | |
| method | No | ||
| params | No | Fields/params for reads; values for writes. |