Skip to main content

How Find Event Works

Search for specific events related to the current user to gather additional context for your workflow. This action looks through the user’s event history to find relevant events that can inform subsequent actions.

Configuration

Inputs

string
required
The name of the event type to search for. Examples: purchase_completed, feature_used, page_viewed.

Outputs

object
required
The found event data that matches the search criteria.

Use Cases

Behavior Analysis
Feature Usage Tracking
Onboarding Progress
Support Context

Best Practices

Efficient Event Queries
  • Use specific event names to reduce search scope
  • Apply appropriate query conditions to filter results
  • Consider the performance impact of broad searches
Context Utilization
  • Use found event data to personalize subsequent actions
  • Consider what happens when no matching events are found
  • Combine multiple Find Event actions for complex analysis
Data Management
  • Be mindful of data retention policies
  • Use appropriate selection strategies based on use case
  • Monitor query performance and adjust conditions as needed