Skip to content
APIANT
GuidePlatformv1

Self-Registering Webhook

APIANT creates and tears down the webhook automatically via the target app's API. Zero manual setup.

The automated webhook. When the automation is saved, APIANT calls the source API to register its own URL; when the automation is deleted, it unregisters. No manual paste required.

When to use

  • The source API exposes webhook CRUD endpoints (Create/List/Delete webhooks).
  • You want the cleanest possible setup for end users — no URL pasting.
  • Self-service deployments where every account gets its own webhook without human intervention.

How it works

  1. On automation save, the skill calls the source's Create Webhook API with APIANT's URL + event types.
  2. The returned webhook ID is stored in keyvalue storage.
  3. Inbound invocations fire the automation.
  4. On automation delete, the skill calls the Delete Webhook API using the stored ID.

Related docs

Last updated May 4, 2026