infoodle Integrations
BetaPut infoodle to work with AI and enterprise-grade automation
Automate smarter with infoodle 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.
- Form Entry Approved
Triggers when a form entry is approved on any form, delivered in real time via infoodle's webhook system.
Try ItTriggerInstant - First Name
- Last Name
- Organisation Name
- Is Organisation Contact
- Custom Field
- Custom Field Value
- Email Address
- Email Type
- Phone Number
- Phone Type
- Cell Phone Number
- Cell Phone Type
- House or Organisation Phone
- House Name or Number for UK Addresses
- Address Line 1
- Address Line 2
- Address Line 3
- Address Line 4
- Address Area or Suburb
- Address City
- Address Post Code
- Address Country Code
- Gender
- Archived
- Salutation
- Nick Name
- Login User Name
- Login Active
- Login Role ID
- Receipt To Alias
- Receipt To
- Receipt To One-off
ActionWrite- User IDRequired
- Amount of TransactionRequired
- Date of TransactionRequired
- Transaction TypeRequired
- Account Code IDRequired
- TaxableRequired
- Batch IDRequired
- Campaign ID
- Location ID
- Stock Code ID
- Quantity of Stock
- Inkind Description
- Who should be receipted
- Sales Tax
- Receipt TimingRequired
- Pledge Drive ID
- Note
ActionWrite- Group IDRequired
- Unique IDRequired
- Date JoinedRequired
- Date Left
- Permission
- Permission in Parent Group
ActionWrite
- New Form Entry
Triggers when a new form entry is submitted on any form, delivered in real time via infoodle's webhook system.
Try ItTriggerInstant - Tag Header IDRequired
- Tag NameRequired
- Tag Is PublicRequired
- Show Order
ActionWrite- Batch CodeRequired
- Description
- For Group ID
ActionWrite- Group IDRequired
- User IDRequired
- Date JoinedRequired
- Date Left
- Permission
- Permission in Parent Group
ActionWrite
For builders
Let your AI safely access infoodle
Go beyond Zap workflows. Install Zapier in your AI to call infoodle actions directly from your agents—with governance built in. Authenticate once. Revoke access anytime.
Call actions in natural language with Zapier MCP
Act in infoodle 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 infoodle 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 infoodle 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: "infoodle", owner: "me" });
await zapier.runAction({
app: 'infoodle',
action: 'add_contact',
connection: connection.id,
input: {
{inputKeyValuePairs}
},
});Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.




