Omnisend · Arazzo Workflow
Omnisend Create and Tag Contact
Version 1.0.0
Create or update a contact, then apply tags to it for segmentation.
View Spec
View on GitHub
Email MarketingMarketing AutomationEcommerceSMS MarketingCustomer EngagementSegmentationCampaignsFormsPopupsWeb PushArazzoWorkflows
Provider
Workflows
create-and-tag-contact
Create or update a contact and attach tags for segmentation.
Writes a contact with the create-or-update endpoint and then adds tags to that contact so it can be grouped into tag-driven segments.
1
createContact
{$sourceDescriptions.omnisendApi.url}#/paths/~1contacts/post
Create or update the contact by email and capture the Omnisend contact id used to scope the tag write.
2
addTags
{$sourceDescriptions.omnisendApi.url}#/paths/~1contacts-tags/post
Attach the supplied tags to the newly written contact so it is included in tag-based segments.