Add governed Dataflow audience outputs
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
[
|
||||
{
|
||||
"recipient_key": "identity:alice",
|
||||
"display_name": "Alice Example",
|
||||
"identity_id": "identity-alice",
|
||||
"organization_unit_id": "district-north",
|
||||
"function_id": "resident-service",
|
||||
"email": "alice@example.test",
|
||||
"postal_address": null,
|
||||
"account_id": null,
|
||||
"portal_target": null,
|
||||
"contact_point_id": "contact-email-alice",
|
||||
"selected_channel": "email",
|
||||
"distribution_status": "usable",
|
||||
"exclusion_reason": null,
|
||||
"policy_decision": "preference.explicit_email"
|
||||
},
|
||||
{
|
||||
"recipient_key": "identity:bob",
|
||||
"display_name": "Bob Example",
|
||||
"identity_id": "identity-bob",
|
||||
"organization_unit_id": "district-north",
|
||||
"function_id": "resident-service",
|
||||
"email": null,
|
||||
"postal_address": "Example Street 2, 10000 Exampletown",
|
||||
"account_id": null,
|
||||
"portal_target": null,
|
||||
"contact_point_id": "contact-postal-bob",
|
||||
"selected_channel": "postal",
|
||||
"distribution_status": "suppressed",
|
||||
"exclusion_reason": "preference.suppressed",
|
||||
"policy_decision": "preference.suppressed"
|
||||
},
|
||||
{
|
||||
"recipient_key": "identity:grace",
|
||||
"display_name": "Grace Example",
|
||||
"identity_id": "identity-grace",
|
||||
"organization_unit_id": "district-north",
|
||||
"function_id": "resident-service",
|
||||
"email": null,
|
||||
"postal_address": "Example Street 3, 10000 Exampletown",
|
||||
"account_id": null,
|
||||
"portal_target": null,
|
||||
"contact_point_id": "contact-postal-grace",
|
||||
"selected_channel": "postal",
|
||||
"distribution_status": "usable",
|
||||
"exclusion_reason": null,
|
||||
"policy_decision": "preference.default_postal"
|
||||
},
|
||||
{
|
||||
"recipient_key": "identity:frank",
|
||||
"display_name": "Frank Example",
|
||||
"identity_id": "identity-frank",
|
||||
"organization_unit_id": "district-north",
|
||||
"function_id": "resident-service",
|
||||
"email": null,
|
||||
"postal_address": null,
|
||||
"account_id": null,
|
||||
"portal_target": "portal:frank",
|
||||
"contact_point_id": "contact-portal-frank",
|
||||
"selected_channel": "portal",
|
||||
"distribution_status": "usable",
|
||||
"exclusion_reason": null,
|
||||
"policy_decision": "manual.include_with_reason"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user