Meta · Arazzo Workflow
Meta Onboard User To Audience
Version 1.0.0
Confirm a user exists, then add a hashed payload to a custom audience.
View Spec
View on GitHub
AdvertisingAnalyticsArtificial IntelligenceMessagingSocialSocial MediaVirtual RealityArazzoWorkflows
Provider
Workflows
onboard-user-to-audience
Verify a user exists, then add a hashed payload to a custom audience.
Reads the user node and, on a successful read, adds the supplied hashed payload to the custom audience.
1
verifyUser
getUser
Read the User node to confirm it exists before the audience write. A 200 proceeds to the add; a 404 ends the flow.
2
addUsers
addUsersToCustomAudience
Add the supplied hashed users to the custom audience.