Before you begin
- A CXF account that can create Content Templates (a super admin or Master)
What you’ll build
The fastest way to feel how CXF works: you’ll model one object once, then surface it two ways — as your own API endpoint and inside a Journey Manager App — both reading from the same single source of truth. This guide stays high level; follow the links for the full detail of each object.Steps
Model an object
Create a Content Template (say,
announcements) with
a couple of Attributes — a title and a body.Add a record
Create a Content Instance from your template and fill
in its values. That single record is the source of truth for the next two steps.
Expose it as an API
Build an endpoint for your object in the
APIs Playground, then create an
API Key so it can be called.
Call your API
Call the endpoint over the
Contact API with your
api-key (for
example, a quick cURL). Result #1: your record comes back as JSON from your own API.Build a dashboard
Create a View over your object, then assemble a small
Journey Manager App: one
Section bound to that View, with a
data table layout page. Open the app —
Result #2: the same record, now managed in a no-code dashboard.
Next steps
Now put it to work on a real use case:Build a newsletter
Author and send to a Segment, with a marketing dashboard.
Build a blog
Author, schedule, and publish, with an editorial dashboard.
Build an ecommerce
Catalog to orders, with an operations dashboard.
Core concepts
The model behind everything you just did.