Available Triggers
| Trigger | Fires When | Key Data |
|---|
| CreatorCommerce - Creator Updated | A creator/collab record is updated in CreatorCommerce | Current + previous key creator fields |
Trigger Data
CreatorCommerce - Creator Updated (Currently Available Fields)
{
"ccCreatorId": "string",
"ccCreatorShopId": "string",
"ccCreatorMetaobjectId": "string",
"ccCreatorShopHandle": "string",
"ccCreatorDiscountCode": "string",
"ccCreatorAffiliateCode": "string",
"ccCreatorAffiliateUrl": "string",
"ccCreatorShopHandlePrev": "string",
"ccCreatorDiscountCodePrev": "string",
"ccCreatorAffiliateCodePrev": "string",
"ccCreatorAffiliateUrlPrev": "string"
}
These are the fields currently exposed in Flow variable picker for CreatorCommerce - Creator Updated.
Common Workflows
Update External Systems on Creator Changes
Trigger: CreatorCommerce - Creator Updated
Condition: ccCreatorAffiliateCode != ccCreatorAffiliateCodePrev
Action: Sync affiliate code to CRM / ESP / analytics destination
Keep Storefront Link Systems in Sync
Trigger: CreatorCommerce - Creator Updated
Condition: ccCreatorShopHandle != ccCreatorShopHandlePrev
Action: Update deep links or storefront references
Keep Discount Automations Accurate
Trigger: CreatorCommerce - Creator Updated
Condition: ccCreatorDiscountCode != ccCreatorDiscountCodePrev
Action: Update discount-aware messaging flows
Using in Flow
- Go to Shopify Admin → Apps → Flow
- Create new workflow
- Search “CreatorCommerce” in triggers
- Select your trigger
- Add conditions and actions