Personalization Engine Workflow
Make.com automation scenario for real-time personalization using Segment events, ML recommendation API, and Braze campaign delivery across email and push channels.
User segmentation workflow with attribute collection, behavioral event tracking, segment rule definition, dynamic membership, and downstream sync.
customer { # Customer
n1: circle label:"Start User Segmentation"
n3: diamond label:"Review User Segmentation details"
n5: rectangle label:"Update records for User Segmentation"
n7: circle label:"End User Segmentation"
n1.handle(bottom) -> agent.n2.handle(top) [label="Success"]
n3.handle(bottom) -> agent.n4.handle(top)
n3.handle(right) -> agent.n2.handle(right) [label="Retry/Rejected"]
n5.handle(bottom) -> agent.n6.handle(top)
}
agent { # Agent
n2: rectangle label:"Receive User Segmentation request"
n4: rectangle label:"Make User Segmentation decision"
n6: rectangle label:"Continue User Segmentation process"
n2.handle(bottom) -> customer.n3.handle(top)
n4.handle(bottom) -> customer.n5.handle(top) [label="Valid"]
n6.handle(bottom) -> customer.n7.handle(top)
}Make.com automation scenario for real-time personalization using Segment events, ML recommendation API, and Braze campaign delivery across email and push channels.
Email marketing campaign workflow with audience segmentation, A/B testing, send scheduling, deliverability monitoring, and engagement analytics.
A/B test setup workflow with hypothesis definition, variant creation, traffic allocation, statistical analysis, and winner deployment.
Account deletion workflow with cancellation reason capture, retention offer, subscription termination, data cleanup, and confirmation email.
API key rotation workflow with new key generation, dual-key transition period, client notification, old key deprecation, and audit logging.
Billing dispute workflow with dispute intake, transaction review, fraud analysis, resolution decision, and chargeback response handling.