Common Automation Patterns
Onchain Suite automations are useful for onboarding, lifecycle messaging, milestone alerts, wallet activity follow-up, and contract-triggered outreach.Steps
- Create a new automation in the target project.
- Select the trigger event.
- Add filters or conditions to narrow eligibility.
- Choose the action, delay, or branch logic.
- Connect the automation to an email campaign or message step.
- Test with a known user or event payload.
- Publish only after the trigger path is verified end to end.
Example Triggers
- Wallet connected
- Contract interaction detected
- User joined a segment
- Form completed
- Custom webhook event received
Best Practices
- Start with one clear trigger and one desired outcome.
- Avoid overlapping automations that target the same users.
- Use naming that describes trigger plus action.
- Test edge cases before enabling production traffic.

