# Procfu AI integration on Definable

> ProcFu enhances Podio's capabilities by providing a suite of automation tools and functions, enabling users to create scripts, mini apps, and integrate with various services to streamline workflows.

## What this connects

ProcFu enhances Podio's capabilities by providing a suite of automation tools and functions, enabling users to create scripts, mini apps, and integrate with various services to streamline workflows.

Vendor: https://procfu.com

## Tools available

**12** tools available. First 12:

- `PROCFU_ARRAY_DIFF_DEL` — Array Difference Deletions — Tool to return items removed when comparing two JSON arrays. Use when you have two arrays and need to know which elements were deleted.
- `PROCFU_ARRAY_DIFF_NEW` — Array Diff New — Tool to return items added in the second JSON array. Use when you need to identify new elements between two list versions. Example: Compare [1,3,4] vs [1,3,6] to get [6].
- `PROCFU_ARRAY_DIFF_SAME` — Array Diff Same — Tool to get items present in both JSON arrays. Computes the intersection locally to avoid external API dependency. Rules: - Two items are considered equal if their JSON representations match (with sorted keys for objects). - The result contains unique items present in both arrays, preserving the order they appear in json_array_b.
- `PROCFU_ARRAY_SORT` — Array Sort — Tool to sort a JSON array of values. Use when you need to order elements ascending or descending.
- `PROCFU_COPY_PODIO_FILES_TO_FTP` — Copy Podio files to FTP — Tool to copy files matching a pattern from a Podio item to an FTP server. Use when you need to transfer specific files from Podio to an external FTP/SFTP location based on file name patterns.
- `PROCFU_DUMMY_DATA` — Generate dummy data — Tool to generate dummy data. Use when you need random emails, text, numbers, dates, people, addresses, or images for testing or placeholder data.
- `PROCFU_GOOGLE_DRIVE_DELETE` — Google Drive Delete — Tool to delete a Google Drive file or folder. Use after obtaining a valid Google Drive ID.
- `PROCFU_OPEN_AI_GPT` — Ask question to OpenAI GPT — Tool to ask a question to OpenAI GPT. Use when you need a conversational answer from GPT.
- `PROCFU_OPEN_AI_IMAGE` — Generate Image with OpenAI — Tool to generate an image via OpenAI API. Use when you need programmatic image creation from a text prompt.
- `PROCFU_SHEETS_GET` — Get Google Sheet contents as array — Tool to get sheet contents as array. Use when you need to retrieve Google Sheet data as an associative array.
- `PROCFU_SHEETS_GET_METADATA` — Get Google Sheets Metadata — Tool to retrieve metadata of a Google Sheets spreadsheet, including sheet names, IDs, and properties. Use when you need sheet-level details for a given spreadsheet ID.
- `PROCFU_UPLOAD_PODIO_ITEM_IMAGE` — Upload image to Podio item field — Tool to upload a remote image file by URL to a Podio item image field. Use when you need to attach an image from a web URL to a specific field in a Podio item.

## Auth

Auth schemes: `API_KEY`.

## How agents use Procfu

Inside a Definable workflow, Procfu is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Procfu** — the Researcher (GPT-5.5) pulls context from Procfu (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Procfu** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Procfu (create record, post message, draft email).
- **Designer / Engineer → Distributor → Procfu** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Procfu (attach file, open PR comment, post status).

The Verifier checks every Procfu call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- developer tools — https://definable.ai/apps/category/developer-tools/
- productivity — https://definable.ai/apps/category/productivity/

## Related

- HTML page: https://definable.ai/apps/procfu/
- Same category (developer tools): https://definable.ai/apps/category/developer-tools/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
