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 AutomationE-CommerceSMS MarketingCustomer EngagementSegmentationCampaignsFormsPopupsWeb PushAutomation WorkflowsAnalyticsMCPAgent ReadyTransactional MessagingArazzoWorkflows
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.contactsApi.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.contactsApi.url}#/paths/~1contacts~1{id}/get
Read the contact back by its id to confirm the write and return the persisted profile.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.