Skip to main content

Consent Management

The Consent Management feature in Consentrix lets your team define policy-based consent, control how that content changes over time, and keep an auditable history of every customer decision.

Prerequisites

Before you begin, ensure you have:

  • An active Consentrix Account.
  • Permissions to access the Consent Template or Consent Decisions modules in your project.
  • A clear customer identifier from your own systems, typically customer_id, for decision recording and lookup.

Who is this for

RoleWhat you do
Admin / Business UserCreate templates, manage versions, review decisions, and support audit workflows.
Compliance / Legal ReviewerReview wording changes, verify approval flow, and inspect consent history.
Developer / IntegratorUse the public API with customer_id and the correct consent version to check pending consent or submit decisions.

Key concepts

TermDescription
Consent TemplateThe long-lived record for one consent item, such as a marketing or data-sharing policy.
Template VersionThe exact wording, locale, effective date, and review state for one release of that template.
Consent DecisionThe customer's recorded response to a specific version.
ProductThe business area or service that owns the consent requirement.
customer_idYour organization's external customer reference used in API calls and customer lookups.
SubjectConsentrix's internal technical record resolved from customer_id to keep consent history linked over time.

Consent moves through a structured flow so policy content can be reviewed before customer decisions are recorded.

The stages include:

  1. Create Template — Define the consent item and its owning product.
  2. Add Version — Provide the exact wording, locale, effective date, and optional partner settings.
  3. Review — Move the version through internal review.
  4. Approve — Finalize the version for operational use.
  5. Use in API / Customer Journey — Let applications load the relevant consent content.
  6. Record Decision — Store the customer's response for that exact version.