Omnisend · Arazzo Workflow
Omnisend Create and Verify Product
Version 1.0.0
Create a product, then read it back by id to confirm it was stored.
View Spec
View on GitHub
Email MarketingMarketing AutomationEcommerceSMS MarketingCustomer EngagementSegmentationCampaignsFormsPopupsWeb PushArazzoWorkflows
Provider
Workflows
create-and-verify-product
Create a catalog product and read it back to confirm persistence.
Writes a product with the create endpoint and then fetches the same product by its returned id so the caller gets the stored catalog entry.
1
createProduct
{$sourceDescriptions.omnisendApi.url}#/paths/~1products/post
Create the product in the Omnisend catalog. Returns 201 Created with the product id.
2
getProduct
{$sourceDescriptions.omnisendApi.url}#/paths/~1products~1{productId}/get
Read the product back by its id to confirm the write and return the stored catalog entry.