Hooks API
Web HookHello1
Ensures your web server is properly set up to handle Bubblehouse hooks, and specifies which hooks your code is interested in.
| Kind | Mutation Hook |
|---|---|
| Method | POST |
| URL | The webhook URL you specify, with :name replaced by Hello1 |
| Authentication | JWT HS256 Bearer token |
Bubblehouse invokes this hook before any other hooks, whenever the API settings are saved, and once per day while hooks are enabled. If calls to this hook keep failing, Bubblehouse may stop processing other hooks.
Input
-
magicstring requiredJust a random string that needs to be returned on output.
Output
-
magicstring requiredSimply return the same string from the input data.
-
hooksarray of string requiredA list of other hooks your code is interested in.