Hooks API

Hello1

Ensures your web server is properly set up to handle Bubblehouse hooks, and specifies which hooks your code is interested in.

MethodPOST
KindMutation Hook
URLThe webhook URL you specify, with :name replaced by Hello1
AuthenticationJWT HS256 Bearer token

Bubblehouse will invoke this hook before any other hooks, and may invoke it periodically afterwards. If a call to this hook fails and does not recover in time, Bubblehouse may stop processing other hooks.

Input

  • magicstringrequired

    Just a random string that needs to be returned on output.

Output

  • magicstringrequired

    Simply return the same string from the input data.

  • hooksarray of stringrequired

    A list of other hooks your code is interested in.

Specific Errors

StatusErrorReason & Examples

None.

API-wide Errors

StatusErrorReason & Examples

None.

Global Errors

StatusErrorReason & Examples

None.

Previous
Overview