pylon_create_webhook
Create webhooks in Pylon to automatically notify external systems like Slack, Discord, or custom applications when specific events occur.
Instructions
Create a new webhook to automatically notify external systems when events occur in Pylon. Use this to integrate with Slack, Discord, email systems, or custom applications.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTPS URL where webhook payloads will be sent. Must be publicly accessible. Examples: "https://hooks.slack.com/services/...", "https://api.myapp.com/webhooks/pylon" | |
| events | Yes | Array of events to trigger webhook. Examples: ["issue.created", "issue.updated", "issue.resolved"], ["message.created"], ["contact.created", "team.assigned"] | |
| active | No | Whether webhook should start active immediately. Default is true. Example: true |