bknd-webhooks

Configure inbound and outbound webhooks with signature verification and retry logic in BKND.

1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/cameronapak/melos --skill bknd-webhooks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bknd-webhooks
Source: https://github.com/cameronapak/melos/tree/main/.agents/skills/bknd-webhooks
Command: npx skills add https://github.com/cameronapak/melos --skill bknd-webhooks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to configure and manage webhook integrations within BKND, simplifying the creation of reliable inbound and outbound webhook flows.

Core Features & Use Cases

  • Inbound Webhooks: receive external events via HTTP triggers and process them in flows.
  • Outbound Webhooks: publish events to external endpoints using FetchTask with retry and backoff.
  • Secure & Reliable: supports signature verification and retry logic to ensure data integrity and delivery.
  • Event-Driven Workflows: trigger actions on data mutations using BKND Flow primitives.

Quick Start

Install BKND in your project, create a Flow that handles HTTP triggers or event triggers, and wire a FetchTask to an external URL. Then run your BKND app to start receiving and sending webhooks.

Frequently Asked Questions about bknd-webhooks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate webhook handling end-to-end with BKND?

You can automate webhook handling in BKND by creating Flows that use HTTP triggers for inbound events and FetchTask for outbound webhooks, enabling secure delivery and reliable async processing.

How do I configure inbound HTTP-triggered webhooks in a BKND Flow?

To configure inbound HTTP-triggered webhooks, create a BKND Flow that listens for HTTP triggers, allowing your application to receive external events and process them securely within your workflows.

Can I send outbound webhooks to external endpoints using BKND?

Yes, you can send outbound webhooks by wiring a FetchTask to an external URL within a BKND Flow, which handles delivery with built-in retry and backoff logic for reliability.

How does signature verification work for BKND webhooks?

Signature verification in BKND webhooks ensures data integrity by validating incoming HTTP-triggered payloads, enforcing secure delivery before processing events in your application flows.

How do I trigger workflows on data mutations using BKND?

You can trigger event-driven workflows on data mutations by using BKND Flow primitives, automatically executing actions like outbound FetchTask webhooks whenever specific data changes occur.

Does BKND support retry logic for failed webhook delivery?

Yes, BKND supports retry logic and backoff for outbound webhooks via FetchTask, ensuring reliable async processing and delivery even when external endpoints temporarily fail.