Webhooks
Send notifications to automation platforms
Supported Platforms
- Make.com
- n8n
- Zapier
- Slack
Configuration
~/.suparank/credentials.jsonjson
{
"webhooks": {
"default": "https://hook.make.com/your-webhook-id",
"make": "https://hook.make.com/your-webhook-id",
"n8n": "https://your-n8n.com/webhook/abc123",
"zapier": "https://hooks.zapier.com/hooks/catch/123/abc",
"slack": "https://hooks.slack.com/services/T00/B00/xxx"
}
}Usage
send_webhook({
webhook_type: "slack",
message: "New article published: My Article Title"
})