Hull is now part of MessageBird and is no longer accepting new customers on Hull.io. Please check out MessageBird's suite of products at messagebird.com

  • Guides
    • Getting Started: Sending data to Hull
    • Building Segments
    • Transforming and enriching data
    • Unifying Data
    • Sending data to Connectors
    • Setup Data Flows
    • Advanced usage: Operating Hull
    • View all Guides
  • Concepts
    • Users
    • Accounts
    • Events
    • Connectors
    • Segments
    • Ingestion
    • Compute
    • Notify
  • Reference
    • Hull.js
    • Building Connectors
    • Identity Resolution with Claims
    • HTTP API
    • Node Client Guide
    • Node Client Reference
  • Connectors
    • Salesforce
    • Processor
    • Segment
    • Sql Importer
    • Incoming Webhooks
    • View all connectors
  • DashboardSign in

Code gallery

Back to Docs Home

Search Templates
7 articles


Search Account from domain or external_id

This query returns all accounts who match BOTH external_id=1234 AND domain=example.com OR bar.com

Search Account with domain and any external_id

This query returns accounts who have a domain of example.com and a value for external_id

Search Users from email or external_id

This query returns all users who match BOTH external_id=1234 AND email=user@example.com OR "foo@bar.com"

Search for Events performed by users in a given Account

This query template returns events for all "User Created" events for users belonging to domain example.com

Search Account with domain but no external_id

This query returns accounts who have a domain of example.com but no external_id

Search Events from users with a given email suffix

This query template returns events for all "Added Tag" events for users whose email domain is example.com

Search for Events performed by users with given properties

This query template returns events for all "Added Tag" events for users belonging to domain hull.io where the property tag equals Video Game Characters