Chmeetings

CHMeetings is a comprehensive church management platform offering event planning, member engagement tracking, donation management, volunteer coordination, and communication tools for faith-based organizations and religious communities

28 actions Integration catalog
Request access
Connect Chmeetings 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.

Invite Meeting AttendeeCHMEETINGS_ATTENDEE_CREATE
Tool to invite a new attendee to a specified meeting. Use when you need to add attendees before the meeting begins.
Get Attendee DetailsCHMEETINGS_ATTENDEE_GET
Tool to retrieve details for a specific attendee. Use when you have an attendee_id and need the attendee's full profile.
ChMeetings: Create MeetingCHMEETINGS_CREATE_MEETING
Tool to create a new meeting in ChMeetings. Use when you have all meeting details and need to schedule it via the ChMeetings API.
ChMeetings: Create OrganizationCHMEETINGS_CREATE_ORGANIZATION
Tool to create a new organization.
ChMeetings: Create ReminderCHMEETINGS_CREATE_REMINDER
Tool to create/schedule a reminder for a meeting in ChMeetings.
Delete Meeting AttendeeCHMEETINGS_DELETE_MEETING_ATTENDEE
Tool to remove an attendee from a meeting. Use after confirming attendee details.
List Meeting AttendeesCHMEETINGS_LIST_MEETING_ATTENDEES
Tool to list attendees of a meeting. Use when you need to retrieve attendees for a specific meeting.
ChMeetings: Delete MeetingCHMEETINGS_MEETINGS_DELETE
Tool to delete an existing meeting. Use when you have confirmed the meeting ID to permanently remove the meeting.
ChMeetings: Get MeetingCHMEETINGS_MEETINGS_GET
Tool to retrieve a specific meeting's details by ID.
ChMeetings: Update MeetingCHMEETINGS_MEETINGS_UPDATE
Tool to update meeting details. Use when modifying an existing meeting; call after retrieving meeting ID.
ChMeetings: Send NotificationCHMEETINGS_NOTIFICATIONS_SEND
Tool to attempt sending a notification.
ChMeetings: Get OrganizationCHMEETINGS_ORGANIZATION_GET
Tool to get details of a specific organization. Use when you have confirmed the organization ID and need full organization data.
ChMeetings: Delete OrganizationCHMEETINGS_ORGANIZATIONS_DELETE
Tool to delete an existing organization. Use when you have confirmed the organization ID to permanently remove the organization.
ChMeetings: List OrganizationsCHMEETINGS_ORGANIZATIONS_LIST
Tool to list all organizations. Use when you need to retrieve organization data; no parameters required.
ChMeetings: Update OrganizationCHMEETINGS_ORGANIZATION_UPDATE
Tool to update an organization's information. Use when modifying an existing organization; call after retrieving organization ID.
ChMeetings: Delete PersonCHMEETINGS_PEOPLE_DELETE
Tool to delete a person record. Use after confirming the person ID you wish to remove.
ChMeetings: List PeopleCHMEETINGS_PEOPLE_LIST
Tool to retrieve list of People records from ChMeetings. Use when syncing people data; rate limit 100 requests per 20 seconds.
ChMeetings: Update PersonCHMEETINGS_PEOPLE_UPDATE
Tool to update an existing person's information in ChMeetings. Use when modifying person details; call after retrieving person ID via CHMEETINGS_PEOPLE_LIST or CHMEETINGS_PEOPLE_GET. Supported update fields (use snake_case): - Personal: first_name, last_name, middle_name, nick_name, native_name, email, mobile, telephone, birth_date - Demographics: gender (Male/Female/Unknown), social_status (Single/Married/etc.) - Professional: job_title, work_place, qualification, education_level, school - Religious: church, baptism_date, baptism_location, is_deacon, rank, bishop_donor - Communication: do_not_text, do_not_email (boolean) - Address: address object with country, state, city, etc.
ChMeetings: Create PersonCHMEETINGS_PERSON_CREATE
Tool to create a new person record in ChMeetings People directory. Use when you need to add a person before tracking interactions. Required fields: first_name, last_name
ChMeetings: Get PersonCHMEETINGS_PERSON_GET
Tool to retrieve a specific person's details by ID. Use when you have a person ID and need their full record.
ChMeetings: Delete ReminderCHMEETINGS_REMINDER_DELETE
Tool to cancel a scheduled reminder. Use when you have the reminder ID and want to stop it before execution.
ChMeetings: Get ReminderCHMEETINGS_REMINDER_GET
Tool to retrieve details of a specific reminder. Use when you have the reminder ID and need its full information.
ChMeetings: List RemindersCHMEETINGS_REMINDERS_LIST
Tool to list reminders from ChMeetings. Use when you need to retrieve reminder records; rate limit applies.
ChMeetings: Update ReminderCHMEETINGS_REMINDER_UPDATE
Tool to update an existing reminder. Use when adjusting scheduled reminders after creation.
ChMeetings: Get SettingsCHMEETINGS_SETTINGS_GET
Tool to retrieve account configuration settings. Returns the available lookup values for genders, social statuses, grade levels, and family roles used throughout ChMeetings. Use when you need to know what options are available for creating or updating people and families.
ChMeetings: Update SettingsCHMEETINGS_SETTINGS_UPDATE
Tool to update account settings. Use when updating account-level preferences after authentication.
Update attendee roleCHMEETINGS_UPDATE_ATTENDEE_ROLE
Tool to update the role of an attendee. Use when you need to change an existing attendee's role after creation.
ChMeetings: Get User ProfileCHMEETINGS_USER_PROFILE_GET
Tool to retrieve current user's profile information. Use when you need to get the authenticated user's profile details.