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.
| Mode | Data | SMS sends |
|---|---|---|
DEMO | Your real data, pushed through the API | Simulated |
PRODUCTION | Your real data | Real |
Simulated sends are real flows
Section titled “Simulated sends are real flows”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.
Promotion keeps your data
Section titled “Promotion keeps your data”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.
What this means for your integration
Section titled “What this means for your integration”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.