Tagada Rx with the Node SDK
The Node SDK exposes the whole merchant-side Rx surface undertagada.rx.*. Use it from your backend, ops scripts, or partner provisioning flows — anywhere you hold a Tagada API key.
The Node SDK maps 1:1 onto the REST endpoints under
/api/v1/rx/*, so everything here is also available as plain HTTP with Authorization: Bearer <key>.Setup & configuration
Working with cases
Refills
Refills normally run themselves (ship-day rebill engine, see How it works). Trigger one manually when support needs it:shipped or delivered are refill-eligible.
Affiliate terms (MoR mode)
Install the storefront Funnel v2
tagada.rx.* is the clinical surface. The canvas operators see in the
CRM is a regular Funnel v2. After you activate Rx (or when you seed a
headless store), create the same six-step graph the hosted templates get
on publish:
pnpm seed calls funnels.create and writes funnel.bundle.json for
Funnels → Import bundle).
