Put Sengii Community to work with AI and enterprise-grade automation
Automate smarter with Sengii Community and scale with confidence. Zapier is built for enterprise-grade security, compliance, and performance.
- No-code AI automation
- Full audit trails and controls
- SOC 2 and GDPR compliant
- Easy visual workflow builder
- 9,000+ apps, 450+ AI tools
- Free tier available
Join millions worldwide who automate their work using Zapier
Supported triggers and actions
Zapier helps you create workflows that connect your apps to automate repetitive tasks. A trigger is an event that starts a workflow, and an action is an event a Zap performs.
- Group Type
Try ItTriggerPolling- Get New and Modified Users
Triggers when a new user is created. Get list of users in organization, updated as they are added or modified.
Try ItTriggerPolling - Account TypeRequired
- Company
- EmailRequired
- First NameRequired
- Last NameRequired
- Language
- Legacy Code 2
- Legacy Code
- Summary Aux
- Display Name
- Position
- Postal Code
- Profile Pic Url
- Summary
- Time Zone
- Certifications
- Interests
- Job History
- Tags
- Email Disabled
- Middle Name
- Nick Name
- Profile View Options
- Birth Date
- Email Opt In
- Require Approval
- Show On DirectoryRequired
- City
- Phone
- Phone 2
- Province
- Website
- Country
- Show Activities
ActionWrite- Connect IDRequired
ActionWrite
- Group Sort
Try ItTriggerPolling- Address Line 1
- Address Line 2
- City
- Province
- Postal Code
- PO Box
- Email Invites
- Summary Aux
- Allow Event Mode
- Contact Email
- Email
- Contribution Access
- Discussion Approval
- Discussion Approval Email
- Latitude
- Longitude
- Fax
- Phone
- Language
- Import Type
- Legacy Code
- Legacy Code 2
- Summary
- Date Start
- Date End
- Group Profile Pic
- Group NameRequired
- Tags
- Resources Access
- News Access
- Event Access
- Link Access
- Member Access
- Findable
- Group Type
- View Access
- Website
- Roster Access
- Legacy Manage URL
- Email Opt In
- Teaser Access
- Event CheckIn Anonymous
- Event Check In Mode
- Event Check In Time Limit
- Event Check Out Mode
- Event Mode Show
- Event Check In Code
- Event Check Out Code
- Event Check Walk In
- Enable Feedback
- Enable Survey
- Event Check In Photo
- Resources Access
- Legacy Synch Mode
- Leader Access
- Email Default
- Opportunity Access
- Event Sponsor Label
- Event Sponsor Priority
- Event Sponsor Access
- Event Presentation URL
- Event Meeting URL
- Event Meeting Options
- Surveys Access
- Resources Tab Label
- Discussions Tab Label
- Events Tab Label
- Feedback Tab Label
- Link Tab Label
- Roster Tab Label
- Surveys Tab Label
- Tab Leader Label
- Child Groups Tab Label
- Short Name
- Show Resources
- Show Activities
- Newsletter Tab Label
- Poll Access
- Content Aux 2
- Content Aux 3
- Show Events
- Show Newsletter
- Manage Tasks
- Task Tab Label
- Task Access
- Allow Private Replies
- Owner Email
ActionWrite- Connect IDRequired
ActionWrite- Connect IDRequired
ActionWrite
For builders
Let your AI safely access Sengii Community
Go beyond Zap workflows. Install Zapier in your AI to call Sengii Community actions directly from your agents—with governance built in. Authenticate once. Revoke access anytime.
Call actions in natural language with Zapier MCP
Act in Sengii Community from your AI—no exposed credentials, and you control which actions your AI can touch. One install covers 9,000+ other apps.
Example actions on this page
Works with
Claude · ChatGPT · Cursor · Any MCP-compatible AI
Work in code with the Zapier SDK
Expose Sengii Community actions from backend services, scripts, or agent code. Zapier handles the OAuth and scoped permissions. Access 9,000+ apps, plus thousands more with .fetch().
Install
npm install @zapier/zapier-sdk npm install -D @zapier/zapier-sdk-cli zapier-sdk login # create a Sengii Community connection @ https://zapier.com/app/assets/connections
Run an action
// Typescript
import { createZapierSdk } from "@zapier/zapier-sdk";
const zapier = createZapierSdk();
const { data: connection } = await zapier.findFirstConnection({ app: "sengii-community", owner: "me" });
await zapier.runAction({
app: 'sengii-community',
action: 'create_group',
connection: connection.id,
input: {
{inputKeyValuePairs}
},
});Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.






