Skip to main content

Common Automation Patterns

Onchain Suite automations are useful for onboarding, lifecycle messaging, milestone alerts, wallet activity follow-up, and contract-triggered outreach.

Steps

  1. Create a new automation in the target project.
  2. Select the trigger event.
  3. Add filters or conditions to narrow eligibility.
  4. Choose the action, delay, or branch logic.
  5. Connect the automation to an email campaign or message step.
  6. Test with a known user or event payload.
  7. 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.