Didomi · Arazzo Workflow
Didomi Group Notices Under a Template
Version 1.0.0
Create a consent notice, group it under a new notice template, and read the template back.
View Spec
View on GitHub
AdvertisingAdTechCCPACMPConsentConsent ManagementDSARData PrivacyGDPRIAB TCFMarTechPreference ManagementPrivacyPrivacy RequestsRegulatory ComplianceArazzoWorkflows
Provider
Workflows
group-notices-template
Create a notice, group it under a new notice template, and read the template back.
Creates a consent notice, creates a notice template that lists the new notice in its notices_id array, and retrieves the template by its ID to confirm the grouping.
1
createNotice
{$sourceDescriptions.didomiApi.url}#/paths/~1widgets~1notices/post
Create a consent notice owned by the organization. organization_id and name are both required by the NoticeInput schema.
2
createTemplate
{$sourceDescriptions.didomiApi.url}#/paths/~1widgets~1notices~1templates/post
Create a notice template that groups the new notice via its notices_id list, sharing common configuration across the listed notices.
3
getTemplate
{$sourceDescriptions.didomiApi.url}#/paths/~1widgets~1notices~1templates~1{id}/get
Read the template back by its ID to confirm it was created and groups the notice.