---
title: "Actions to Read data from infoodle"
slug: "actions-to-read-data-from-infoodle"
updated: 2026-07-30T22:32:12Z
published: 2026-07-30T22:32:12Z
canonical: "help.infoodle.com/actions-to-read-data-from-infoodle"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.infoodle.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Actions to Read data from infoodle

Getting data out of infoodle is needed when you want to use infoodle data in other systems, or you need a deeper level of detail from infoodle itself e.g. the form fields associated with a form entry.

**What can I access** You can only access data your infoodle permissions allow. If you can access the data on the website, you can access it through Zapier.

The data exposed and the values to access the search methods through the Zapier interface match the data available through the API. The detail of whats available is described in our [API documentation](https://api.infoodle.com/).

| Name in Zapier | Description of data available |
| --- | --- |
| Find Account Codes | [https://api.infoodle.com/#tag/accountcode/POST/accountcode/search/{fromthisid}](https://api.infoodle.com/#tag/accountcode/POST/accountcode/search/%7Bfromthisid%7D) |
| Find Bank Accounts | [https://api.infoodle.com/#tag/bankaccount/POST/bankaccount/search/{fromthisid}](https://api.infoodle.com/#tag/bankaccount/POST/bankaccount/search/%7Bfromthisid%7D) |
| Find Campaigns | [https://api.infoodle.com/#tag/bankaccount/POST/campaign/search/{fromthisid}](https://api.infoodle.com/#tag/bankaccount/POST/campaign/search/%7Bfromthisid%7D) |
| Find Campaign Types | [https://api.infoodle.com/#tag/bankaccount/POST/campaigntype/search/{fromthisid}](https://api.infoodle.com/#tag/bankaccount/POST/campaigntype/search/%7Bfromthisid%7D) |
| Search Contacts | [https://api.infoodle.com/#tag/people/GET/people/search/{searchmethod}/{query}/{page}](https://api.infoodle.com/#tag/people/GET/people/search/%7Bsearchmethod%7D/%7Bquery%7D/%7Bpage%7D) |
| Find Directory Contact | [https://api.infoodle.com/#tag/people/GET/people/directorysearch/{searchby}/{value}/{page}](https://api.infoodle.com/#tag/people/GET/people/directorysearch/%7Bsearchby%7D/%7Bvalue%7D/%7Bpage%7D) |
| Find Contacts Using Multiple Fields | [https://api.infoodle.com/#tag/formentries/POST/formentries/search/{fromthisid}](https://api.infoodle.com/#tag/formentries/POST/formentries/search/%7Bfromthisid%7D) |
| Find Form Entries | [https://api.infoodle.com/#tag/bankaccount/POST/campaign/search/{fromthisid}](https://api.infoodle.com/#tag/bankaccount/POST/campaign/search/%7Bfromthisid%7D) |
| Find Form Entry | [https://api.infoodle.com/#tag/formentries/GET/formentries/{id}](https://api.infoodle.com/#tag/formentries/GET/formentries/%7Bid%7D) |
| Find Groups | [https://api.infoodle.com/#tag/groups/GET/groups/flatlist/{limit}/{limitvalue}](https://api.infoodle.com/#tag/groups/GET/groups/flatlist/%7Blimit%7D/%7Blimitvalue%7D) |
| Find Pledge Drives | [https://api.infoodle.com/#tag/pledgedrive/POST/pledgedrive/search/{fromthisid}](https://api.infoodle.com/#tag/pledgedrive/POST/pledgedrive/search/%7Bfromthisid%7D) |
| Find Tags | [https://api.infoodle.com/#tag/tags/POST/tags/search/{fromthisid}](https://api.infoodle.com/#tag/tags/POST/tags/search/%7Bfromthisid%7D) |
| Find Tag Headers | [https://api.infoodle.com/#tag/tagheaders/POST/tagheaders/search/{fromthisid}](https://api.infoodle.com/#tag/tagheaders/POST/tagheaders/search/%7Bfromthisid%7D) |
| Find Transaction Batches | [https://api.infoodle.com/#tag/batch/POST/batch/search/{fromthisid}](https://api.infoodle.com/#tag/batch/POST/batch/search/%7Bfromthisid%7D) |
