Интеграции Hookly — Поддерживаемые сервисы
Instant webhook debugging without tunnels
Hookly connects directly to 30+ platforms out of the box. Pick your service below to see step-by-step setup instructions, payload examples, and recommended headers for reliable delivery.
Filter by category
Narrow the list to the type of service you're working with. All integrations share the same universal endpoint — only the payload format and authentication differ.
Supported Platforms
Each card links to a dedicated guide with code snippets, environment variables, and a sample payload you can paste into Hookly's inspector.
GitHub
Capture push, pull_request, and issues events. Hookly parses the X-Hub-Signature-256 header and displays the decrypted payload in real time. Set the secret in your repo's webhook settings to hookly-gh-2024 for signature verification.
Stripe
Debug checkout.session.completed, payment_intent.succeeded, and invoice.paid events. Hookly validates Stripe's t=timestamp and Stripe-Signature headers using your whsec_ endpoint secret. Includes a built-in idempotency key checker.
View GuideShopify
Monitor orders/create, products/update, and customers/tags_updated webhooks. Hookly decodes the X-Shopify-Hmac-SHA256 signature and presents the JSON body alongside a diff view for repeated payloads.
View GuideTelegram Bot API
Receive message, edited_message, and callback_query updates directly. Hookly strips the outer update_id envelope and highlights the chat entity — user, group, or channel — so you can trace message routing instantly.
View GuideSlack
Inspect events_api messages.channel_created, app_mentions, and shortcut/trigger payloads. Hookly verifies the X-Slack-Signature and X-Slack-Request-Timestamp headers, then renders the block kit JSON in a tree view.
View GuideDiscord
Capture MESSAGE_CREATE, GUILD_MEMBER_ADD, and INTERACTION_CREATE events. Hookly parses the X-Signature-Ed25519 header and displays the Discord gateway payload with embedded attachment previews.
View GuideJira Cloud
Watch jira:issue_updated, jira:issue_created, and jira:sprint_started webhooks. Hookly extracts the changedFields section and highlights transitions between statuses like "In Progress" → "Done".
View GuideHubSpot
Debug contacts.creation, deals.stagechanged, and forms.submit events. Hookly validates the HMAC-SHA256 signature against your app's webhook secret and surfaces the objectId for quick lookup in HubSpot's UI.
View GuideZapier Webhooks
Use Hookly as the Catch Hook action target. Inspect the raw POST body Zapier sends, verify field mappings, and troubleshoot encoding issues with the built-in JSON schema validator.
View GuideTwilio
Receive SMS, call, and status callback webhooks. Hookly checks the X-Twilio-Signature header using your Auth Token and displays From, To, Body, and MediaURL fields in a structured table.
View GuideWooCommerce
Monitor order created, product updated, and customer registered events. Hookly authenticates via the wc-api-key header and renders the WooCommerce REST API payload with line-item breakdowns.
View GuidePipedrive
Capture deal add, deal update, and person add webhooks. Hookly parses the HMAC-SHA256 signature and highlights stage changes, value updates, and custom field modifications in a side-by-side diff.
View GuideMissing your platform?
Hookly's universal endpoint accepts any HTTP POST. If your service isn't listed above, paste the webhook URL from your Hookly dashboard into the provider's settings and start debugging immediately. For custom signature verification, open a ticket at support@hookly.dev and we'll add a template within 48 hours.
Open Universal Endpoint Request an Integration