# 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

- **Category:** event management
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 28
- **Triggers:** 0
- **Slug:** `CHMEETINGS`
- **Version:** 20260414_00

## Tools

### Invite Meeting Attendee

**Slug:** `CHMEETINGS_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 Details

**Slug:** `CHMEETINGS_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 Meeting

**Slug:** `CHMEETINGS_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 Organization

**Slug:** `CHMEETINGS_CREATE_ORGANIZATION`

Tool to create a new organization.

### ChMeetings: Create Reminder

**Slug:** `CHMEETINGS_CREATE_REMINDER`

Tool to create/schedule a reminder for a meeting in ChMeetings.

### Delete Meeting Attendee

**Slug:** `CHMEETINGS_DELETE_MEETING_ATTENDEE`

Tool to remove an attendee from a meeting. Use after confirming attendee details.

### List Meeting Attendees

**Slug:** `CHMEETINGS_LIST_MEETING_ATTENDEES`

Tool to list attendees of a meeting. Use when you need to retrieve attendees for a specific meeting.

### ChMeetings: Delete Meeting

**Slug:** `CHMEETINGS_MEETINGS_DELETE`

Tool to delete an existing meeting. Use when you have confirmed the meeting ID to permanently remove the meeting.

### ChMeetings: Get Meeting

**Slug:** `CHMEETINGS_MEETINGS_GET`

Tool to retrieve a specific meeting's details by ID.

### ChMeetings: Update Meeting

**Slug:** `CHMEETINGS_MEETINGS_UPDATE`

Tool to update meeting details. Use when modifying an existing meeting; call after retrieving meeting ID.

### ChMeetings: Send Notification

**Slug:** `CHMEETINGS_NOTIFICATIONS_SEND`

Tool to attempt sending a notification.

### ChMeetings: Get Organization

**Slug:** `CHMEETINGS_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 Organization

**Slug:** `CHMEETINGS_ORGANIZATIONS_DELETE`

Tool to delete an existing organization. Use when you have confirmed the organization ID to permanently remove the organization.

### ChMeetings: List Organizations

**Slug:** `CHMEETINGS_ORGANIZATIONS_LIST`

Tool to list all organizations. Use when you need to retrieve organization data; no parameters required.

### ChMeetings: Update Organization

**Slug:** `CHMEETINGS_ORGANIZATION_UPDATE`

Tool to update an organization's information. Use when modifying an existing organization; call after retrieving organization ID.

### ChMeetings: Delete Person

**Slug:** `CHMEETINGS_PEOPLE_DELETE`

Tool to delete a person record. Use after confirming the person ID you wish to remove.

### ChMeetings: List People

**Slug:** `CHMEETINGS_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 Person

**Slug:** `CHMEETINGS_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 Person

**Slug:** `CHMEETINGS_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 Person

**Slug:** `CHMEETINGS_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 Reminder

**Slug:** `CHMEETINGS_REMINDER_DELETE`

Tool to cancel a scheduled reminder. Use when you have the reminder ID and want to stop it before execution.

### ChMeetings: Get Reminder

**Slug:** `CHMEETINGS_REMINDER_GET`

Tool to retrieve details of a specific reminder. Use when you have the reminder ID and need its full information.

### ChMeetings: List Reminders

**Slug:** `CHMEETINGS_REMINDERS_LIST`

Tool to list reminders from ChMeetings. Use when you need to retrieve reminder records; rate limit applies.

### ChMeetings: Update Reminder

**Slug:** `CHMEETINGS_REMINDER_UPDATE`

Tool to update an existing reminder. Use when adjusting scheduled reminders after creation.

### ChMeetings: Get Settings

**Slug:** `CHMEETINGS_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 Settings

**Slug:** `CHMEETINGS_SETTINGS_UPDATE`

Tool to update account settings. Use when updating account-level preferences after authentication.

### Update attendee role

**Slug:** `CHMEETINGS_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 Profile

**Slug:** `CHMEETINGS_USER_PROFILE_GET`

Tool to retrieve current user's profile information. Use when you need to get the authenticated user's profile details.
