pfm_create_webhook
Create a webhook to receive social media post and account event notifications. Returns a secret for verifying incoming requests via the 'Post-For-Me-Webhook-Secret' header.
Instructions
Create a webhook to receive event notifications. Returns a secret in the response — store it to verify incoming requests via the 'Post-For-Me-Webhook-Secret' header. Available events: social.post.created, social.post.updated, social.post.deleted, social.post.result.created, social.account.created, social.account.updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Publicly accessible URL to receive POST event payloads | |
| event_types | Yes | Events to subscribe to: social.post.created, social.post.updated, social.post.deleted, social.post.result.created, social.account.created, social.account.updated |