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
- The skill builds a webhook-flavored trigger assembly.
- APIANT issues a unique URL.
- You paste the URL into the source app's settings.
- Every invocation kicks off an automation run; the invocation body becomes trigger output.
Alternatives
- Self-Registering Webhook — zero manual setup if the source has a webhook registration API.
- Service Webhook — credential-based URL with event filtering.
Related docs
Last updated May 4, 2026