Get this app's email inbox address
anyhook_inboxGets the inbox email address and webhook URL for an app, enabling email-triggered events.
Instructions
Every AnyHook app is also an email inbox: mail sent to {user}.{app}@anyhook.net becomes an event (type email.received) you can read with anyhook_events. Returns the address and webhook URL for one of your apps. No account yet? anyhook_quickstart returns an inbox_address directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | App slug (from anyhook_apps_list). Defaults to your first app. | |
| api_key | No | API key (ahk_live_...) from anyhook_quickstart. Only needed over HTTP when no Authorization header is set; ignored over stdio. |