Implement Customer.io's primary messaging workflow: identify users, track events, and trigger automated campaigns.
For detailed implementation code and configurations, load the reference guide:
Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
In Customer.io Dashboard:
| Error | Cause | Solution |
|---|---|---|
| Event not triggering | Wrong event name | Match exact event name in dashboard |
| User not receiving | Missing email attribute | Ensure email is set on identify |
| Duplicate sends | Multiple event fires | Deduplicate or use idempotency |
After implementing primary workflow, proceed to customerio-core-feature for advanced features.
Basic usage: Apply customerio primary workflow to a standard project setup with default configuration options.
Advanced scenario: Customize customerio primary workflow for production environments with multiple constraints and team-specific requirements.