App
Userflow
Userflow is a user onboarding platform, which lets your whole team build customized in-app tours, checklists and surveys, without code.
What your agent can do with Userflow
Triggers and actions 14 triggers · 5 actions
- TriggerChecklist Completed
Triggered when a user finishes every task in a Userflow checklist.
- TriggerChecklist Dismissed/Ended
Triggered when a Userflow checklist ends for a user — because they dismissed it, it was completed, or it stopped applying to them. The reason is in checklist_end_reason.
- TriggerChecklist Started
Triggered when a user starts a Userflow checklist. Why it started is in checklist_start_reason.
- TriggerChecklist Task Completed
Triggered when a user completes a single task inside a Userflow checklist.
- TriggerEvent Tracked
Triggered when Userflow tracks an event for a user — either your own custom events or Userflow's own flow and checklist events. Name one event to watch, or leave it blank to fire for all of them.
- TriggerFlow Completed
Triggered when a user completes a Userflow flow by reaching its goal step.
- TriggerFlow Dismissed/Ended
Triggered when a Userflow flow ends for a user — because they dismissed it, finished it, or it stopped applying. The reason is in flow_end_reason.
- TriggerFlow Started
Triggered when a user starts a Userflow flow. Why it started is in flow_start_reason.
- TriggerGroup Created/Updated
Triggered when a group (a company or account) is created or changed in Userflow.
- TriggerLauncher Activated
Triggered when a user clicks a Userflow launcher (a beacon, button or hotspot) to open it.
- TriggerLauncher Dismissed
Triggered when a user dismisses a Userflow launcher (a beacon, button or hotspot).
- TriggerLauncher Seen
Triggered when a Userflow launcher (a beacon, button or hotspot) is shown to a user.
- TriggerQuestion Answered
Triggered when a user answers a question in a Userflow flow — a survey, NPS or rating step. The answer arrives as text, a number, or a list depending on the question type.
- TriggerUser Created/Updated
Triggered when a user is created or changed in Userflow.
- ActionCreate/Update Group
Creates a group (a company or account) in Userflow, or updates it if a group with that ID already exists. Only the attributes you send are changed.
- ActionCreate/Update User
Creates a user in Userflow, or updates them if a user with that ID already exists. Only the attributes you send are changed. Optionally adds the user to a group.
- ActionFind Group
Finds groups (companies or accounts) in Userflow by name. Userflow's API cannot filter on the server, so this reads up to 300 groups and matches them here; leave the name blank to just list them.
- ActionFind User
Finds users in Userflow by email or name. Userflow's API cannot filter on the server, so this reads up to 300 users and matches them here; leave both fields blank to just list them.
- ActionTrack Event
Tracks an event for a user in Userflow, so you can use it to start flows or checklists and to segment users.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Userflow API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.