Didomi · Arazzo Workflow
Didomi Deploy a Consent Notice
Version 1.0.0
Create a consent notice, deploy a notice configuration to production, and confirm the deployment.
View Spec
View on GitHub
AdvertisingAdTechCCPACMPConsentConsent ManagementDSARData PrivacyGDPRIAB TCFMarTechPreference ManagementPrivacyPrivacy RequestsRegulatory ComplianceArazzoWorkflows
Provider
Workflows
deploy-notice
Create a notice then deploy a notice configuration to production for an organization.
Creates a consent notice owned by the organization, deploys a previously prepared notice configuration to production, and reads the resulting deployment back to confirm it exists.
1
createNotice
{$sourceDescriptions.noticesApi.url}#/paths/~1widgets~1notices/post
Create a new consent notice owned by the organization. Only the organization_id and name are required by the NoticeInput schema.
2
createDeployment
{$sourceDescriptions.noticesApi.url}#/paths/~1widgets~1notices~1deployments/post
Deploy the supplied production notice configuration for the new notice. notice_id, organization_id and production_config_id are all required by the NoticeDeploymentInput schema.
3
getDeployment
{$sourceDescriptions.noticesApi.url}#/paths/~1widgets~1notices~1deployments~1{id}/get
Read the deployment back by its ID to confirm it was registered.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.