create_webhook
Create a disposable inbox to receive verification emails, magic links, or webhook callbacks. Get an HTTP URL, temp email, and DNS for one-off sign-ups.
Instructions
Create a disposable inbox to sign up on a website: HTTP URL, temp email, DNS.
Use this first when the user wants to sign up, receive a verification /
magic-link / password-reset email, catch a webhook callback, or get a
one-off URL. Returns token, url, email ({token}@email.webhook.site),
and dns. Next: give the email or URL to the site, then wait_for_email,
then follow_email_link or use the OTP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||