Invites are participants in a study. Each invite maps one person to one study and carries the unique interview link sent to them. 8 tools.Documentation Index
Fetch the complete documentation index at: https://docs.userintuition.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Tool | Description |
|---|---|
list_invites | List participants, filterable by study/email/sent/search |
get_invite | Fetch a single invite |
create_invite | Create a single invite (sends email unless issilent=true) |
update_invite | Update mutable invite fields |
delete_invite | Soft-delete an invite |
mark_invite_sent | Mark an invite as sent (sets sent_at) |
bulk_create_invites_from_segment | Create invites for every participant in an external segment |
send_reward | Send a Tremendous reward to a participant |
How User Intuition handles this
User Intuition’s participant layer supports both hand-curated lists and bulk enrollment from synced CRM/commerce segments.bulk_create_invites_from_segment pairs with the Integrations & Panels tools to turn a Shopify cohort or HubSpot list into interview-ready participants in one step. Learn more at /platform/agentic-research/.
