bison-webhooks

Configure and manage EmailBison webhooks for real-time event notifications.

8|2|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/bcharleson/emailbison-cli --skill bison-webhooks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bison-webhooks
Source: https://github.com/bcharleson/emailbison-cli/tree/main/skills/bison-webhooks
Command: npx skills add https://github.com/bcharleson/emailbison-cli --skill bison-webhooks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management of webhooks for EmailBison, allowing users to receive real-time event notifications without manual API calls.

Core Features & Use Cases

  • Webhook Configuration: Create, update, and delete webhooks to subscribe to specific EmailBison events.
  • Event Management: Discover available event types and retrieve sample payloads for integration testing.
  • Use Case: Set up a webhook to instantly notify your CRM system whenever a new reply is received in EmailBison, ensuring timely follow-ups.

Quick Start

Create a new webhook to receive reply notifications at your specified URL.

Frequently Asked Questions about bison-webhooks

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

FAQPage Schema
How do I set up webhooks for real-time email event notifications?

Webhooks for real-time email event notifications are configured by creating a new webhook endpoint that subscribes to specific EmailBison events, enabling your external applications to receive instant updates without manual API calls.

What EmailBison event types can I subscribe to for webhook integration?

Available EmailBison event types for webhook integration can be listed using the event management feature, which also retrieves sample payloads to help you map data structures for your external workflow.

Can I test webhook event delivery before enabling it for my CRM?

Testing webhook event delivery is supported natively, allowing you to send sample payloads to your specified URL to verify endpoint connectivity and integration logic before activating live notifications.

How do I update or delete existing webhook configurations for EmailBison?

Existing EmailBison webhook configurations can be updated or deleted through supported CRUD operations, allowing you to modify endpoint URLs or remove subscriptions when your integration requirements change.

What is the best way to integrate EmailBison event streams into external applications?

The best way to integrate EmailBison event streams into external applications is by configuring webhooks to push real-time event notifications directly to your endpoint, ensuring timely data synchronization without polling.

Do I need manual API calls to receive EmailBison reply notifications?

Manual API calls are not needed to receive EmailBison reply notifications; configuring a webhook automatically pushes real-time event data to your specified URL, ensuring immediate follow-ups for your workflow.