Skip to content
APIANT
GuidePlatformv1

Manual Webhook

You paste a URL into the source app. Incoming invocations fire the automation.

The simplest webhook trigger. APIANT generates a URL, you paste it into the source app's webhook configuration, and every invocation fires a run.

When to use

  • The source app exposes a webhook config panel but doesn't have an API for webhook registration.
  • You want explicit control over which URL the source targets.
  • Testing against a curl command before connecting a real source.

How it works

  1. The skill builds a webhook-flavored trigger assembly.
  2. APIANT issues a unique URL.
  3. You paste the URL into the source app's settings.
  4. Every invocation kicks off an automation run; the invocation body becomes trigger output.

Alternatives

Related docs

Last updated May 4, 2026