OneTapCheckIn

OneTapCheckIn helps organizations manage events, attendee profiles, check-ins, passports, integrations, and attendance alerts.

19 actions Integration catalog
Request access
Connect OneTapCheckIn once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add ParticipantsONETAPCHECKIN_ADD_PARTICIPANTS
Add one or more existing profiles to one or more lists without checking them in. This deliberately excludes add-all-profiles and initial attendance fields to prevent unexpectedly broad or historical mutations.
Create ListONETAPCHECKIN_CREATE_LIST
Create an event/check-in list. The provider currently creates open registration even when disabled during creation, so this tool does not expose that unreliable flag; update the list afterward when registration must be changed.
Create ProfileONETAPCHECKIN_CREATE_PROFILE
Create one person profile without adding it to a list. OneTapCheckIn automatically creates a global passport. This tool does not send a confirmation email.
Create ProfilesONETAPCHECKIN_CREATE_PROFILES
Create 1 to 25 person profiles in input order using one provider request per profile. Confirmation emails are always disabled. Provider validation or conflict failures are reported per item and later profiles are still attempted, so partial creation is possible and successful creations are not rolled back. Authentication, rate-limit, server, and malformed-success failures abort the batch.
Delete ListONETAPCHECKIN_DELETE_LIST
Permanently delete one list by ID. This is intentionally limited to one known list and never invokes the provider's bulk or delete-all operation.
Delete ProfileONETAPCHECKIN_DELETE_PROFILE
Permanently delete one profile. This also removes the profile's automatically created global passport and never invokes the provider's bulk or delete-all operation.
Find ListsONETAPCHECKIN_FIND_LISTS
Get one list by exact ID or search the connected organization's lists. Search returns one page and a continuation cursor.
Find ParticipantsONETAPCHECKIN_FIND_PARTICIPANTS
Get one participant by exact ID or search attendance records by list, profile, status, text, or date range. Search returns one page and a continuation cursor.
Find ProfilesONETAPCHECKIN_FIND_PROFILES
Get one profile by ID or search profiles by identity, list, passport, or check-in code. Returns one page and a continuation cursor.
Get OrganizationONETAPCHECKIN_GET_ORGANIZATION
Return the organization associated with the connected API key. The response does not expose the organization's subscription tier.
Get Profile Custom FieldsONETAPCHECKIN_GET_PROFILE_CUSTOM_FIELDS
Return the organization's configured profile custom-field definitions so an agent can use valid field names and value types when creating or updating profiles.
List AlertsONETAPCHECKIN_LIST_ALERTS
Return one page of organization alert and automation rules together with outbound check-in confirmation settings.
List PassportsONETAPCHECKIN_LIST_PASSPORTS
List one page of standard passports for exactly one profile or participant. Use next_page to continue when a full page is returned; the provider does not support an unfiltered list-all call.
Remove ParticipantONETAPCHECKIN_REMOVE_PARTICIPANT
Remove one participant record from its list. This deletes the list membership and attendance record, not the underlying profile.
Update ListONETAPCHECKIN_UPDATE_LIST
Partially update a list. Omitted fields are preserved even though the provider uses PUT.
Update ParticipantONETAPCHECKIN_UPDATE_PARTICIPANT
Update metadata on one participant record without performing check-in or checkout. Omitted fields are preserved.
Update Participant AttendanceONETAPCHECKIN_UPDATE_PARTICIPANT_ATTENDANCE
Check in, check out, undo check-in, or undo checkout for one known participant. These operations change attendance history; undo actions retain attachments. This tool never sends visitor alerts.
Update Participant Attendance BatchONETAPCHECKIN_UPDATE_PARTICIPANT_ATTENDANCE_BATCH
Apply one shared check-in, checkout, undo check-in, or undo checkout operation to 1 to 25 participants in input order, using one provider request per item. Items execute independently: validation, not-found, and conflict failures are reported per item and do not stop later items, so partial updates are possible and successful changes are not rolled back. Authentication, rate-limit, server, unexpected client, and malformed-success failures abort the batch. Check-in never sends visitor alerts.
Update ProfileONETAPCHECKIN_UPDATE_PROFILE
Partially update one profile. Omitted fields are preserved even though the provider uses PUT.