pfm_get_webhooks
Retrieve a paginated list of webhooks, filterable by URL, event type, or webhook ID.
Instructions
Get a paginated list of webhooks. Filter by URL, event type, or webhook ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Filter by webhook IDs (OR logic), e.g. wbh_xxxxxx | |
| url | No | Filter by webhook URLs (OR logic) | |
| limit | No | Number of items to return (default: 50) | |
| offset | No | Number of items to skip (default: 0) | |
| event_type | No | Filter by event types (OR logic): social.post.created, social.post.updated, social.post.deleted, social.post.result.created, social.account.created, social.account.updated |