Destinations
A destination is where transformed webhooks get delivered. WebhookLane supports two destination types.
Slack
Deliver webhooks directly to a Slack channel via an Incoming Webhook URL. Pair with Handlebars transforms to format Slack Block Kit messages.
Configuration: webhookUrl — your Slack incoming webhook URL.
Webhook (HTTP)
Deliver to any HTTP endpoint. Supports custom headers for authentication.
Configuration:
url— the destination URL (must accept POST)headers— optional custom headers (e.g., Authorization)
Testing
Click the Test button on any destination to send a test payload. For Slack destinations, this sends a simple text message. For webhook destinations, this sends a JSON test payload with a timestamp.
Security
Destination URLs are masked in the list view for security. Only the first 20 and last 8 characters are shown. Use custom headers to include authentication tokens for your webhook endpoints.