Omnisend · Arazzo Workflow
Omnisend Create and Verify Contact
Version 1.0.0
Create or update a contact, then read it back by id to confirm the write.
View Spec
View on GitHub
Email MarketingMarketing AutomationEcommerceSMS MarketingCustomer EngagementSegmentationCampaignsFormsPopupsWeb PushArazzoWorkflows
Provider
Workflows
create-and-verify-contact
Create or update a contact and read it back to confirm persistence.
Writes a contact with the create-or-update endpoint and then fetches the same contact by its returned id so the caller gets the stored values.
1
createContact
{$sourceDescriptions.omnisendApi.url}#/paths/~1contacts/post
Create the contact or update it in place using the email as the natural key, returning the Omnisend contact id.
2
getContact
{$sourceDescriptions.omnisendApi.url}#/paths/~1contacts~1{id}/get
Read the contact back by its id to confirm the write and return the persisted profile.