kudosity-webhooks

Installation
SKILL.md

Create & Manage Webhooks

Webhooks allow users to receive HTTP POST notifications when events occur, such as SMS delivery status changes, inbound messages, link clicks, and opt-outs.

Authentication

  • Header: x-api-key: {KUDOSITY_API_KEY}
  • Credentials come from the Kudosity dashboard under Developers → API Settings

API Details

  • Base URL: https://api.transmitmessage.com
  • Content-Type: application/json
  • All requests use curl commands

Create a Webhook

Endpoint: POST /v2/webhook

Installs
1
Repository
kudosity/skills
First Seen
Today
kudosity-webhooks — kudosity/skills