Add governed Dataflow audience outputs

This commit is contained in:
2026-07-31 21:00:02 +02:00
parent 8724591bf9
commit cef2ba9482
12 changed files with 1226 additions and 6 deletions
@@ -0,0 +1,36 @@
[
{
"recipient_key": "identity:alice",
"display_name": "Alice Example (duplicate manual include)",
"identity_id": "identity-alice",
"group_key": "residents",
"organization_unit_id": "district-north",
"function_id": "resident-service",
"selected_target": "alice@example.test",
"selected_contact_point_id": "contact-email-alice",
"selected_channel": "email",
"email": "alice@example.test",
"postal_address": null,
"account_id": null,
"portal_target": null,
"preference_decision": "manual.include_duplicate",
"sort_order": 11
},
{
"recipient_key": "identity:frank",
"display_name": "Frank Example",
"identity_id": "identity-frank",
"group_key": "manual",
"organization_unit_id": "district-north",
"function_id": "resident-service",
"selected_target": "portal:frank",
"selected_contact_point_id": "contact-portal-frank",
"selected_channel": "portal",
"email": null,
"postal_address": null,
"account_id": null,
"portal_target": "portal:frank",
"preference_decision": "manual.include_with_reason",
"sort_order": 40
}
]