Triggers API

Triggers API

Triggers API is an RPC API that allows you to send custom events and triggers to Bubblehouse.

Talk to your Bubblehouse representative

The most basic form of this API is enabled for all customers, but anything more advanced needs to be configured by Bubblehouse. Please talk to us regardless to go over your use cases and decide on the best approach.

Authentication

When calling from...authenticate using...Recommended?
Server side (backend)shop tokens with customer dataRecommended.
Client side (web/mobile)customer tokensLess typical but possible.
Client side (web/mobile)no authentication (anonymous)Making this call without authentication (and only providing a customer email) is possible, but need to be configured by Bubblehouse.

Calling RPC APIs

A vast majority of Bubblehouse APIs are JSON-based RPCs via HTTP with consistent calling conventions.
Previous
ClosePopup1