1Webhook Configuration
Configure webhook integration for this automation
Filter Expression (Optional)
Use template syntax to conditionally trigger the webhook
Webhook Filter Examples:
Filter evaluates to "true" to trigger the workflow, otherwise the webhook is ignored
{{ webhook_payload.action == "opened" }} - Only when action is "opened"
{{ webhook_payload.repository.name == "my-repo" }} - Filter by repository