Skip to content

Demo and Production

A Noticia organization runs in one of two modes. You integrate once and move forward. The same API key and the same code work in both.

ModeDataSMS sends
DEMOYour real data, pushed through the APISimulated
PRODUCTIONYour real dataReal

In DEMO, SMS sends are simulated end to end, not skipped. A simulated send produces a delivery record and triggers the same downstream behavior as production: post-SMS journey steps, attribution, and dashboards all run. You can validate the full value of Noticia before a single real message goes out.

When your organization is promoted from DEMO to PRODUCTION:

  • The data you pushed (profiles, subscriptions, sales events, attributes, stores) is kept.
  • The simulated activity generated in demo is reset.
  • Your organization switches to real SMS sending.

You do not recreate the organization and you do not re-run your integration. A prospect goes from “integrating” to “live” on the same setup.

Write your integration once against /v1. Do not branch on the mode in your code: the distinction between simulated and real sending is handled by Noticia at the organization level, not by a different API key or a different endpoint.