> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pingmee.co.il/llms.txt
> Use this file to discover all available pages before exploring further.

# Workflow node documentation

> Node catalog, board concepts, and workflow-building guides on the dedicated Workflow Docs site

This API site documents **REST endpoints** for workflows (`GET /workflows`, `POST /workflows/{workflowId}/trigger`, etc.). It does **not** include the full **node catalog** (WhatsApp fields, conditions, triggers, board UI).

For node-level guides, use the **Workflow Docs** site:

| Resource                      | URL                                                                                              |
| ----------------------------- | ------------------------------------------------------------------------------------------------ |
| Documentation                 | [docs-workflows.pingmee.co.il/docs](https://docs-workflows.pingmee.co.il/docs)                   |
| LLM index (`llms.txt`)        | [docs-workflows.pingmee.co.il/llms.txt](https://docs-workflows.pingmee.co.il/llms.txt)           |
| Full corpus (`llms-full.txt`) | [docs-workflows.pingmee.co.il/llms-full.txt](https://docs-workflows.pingmee.co.il/llms-full.txt) |
| MCP server                    | [docs-workflows.pingmee.co.il/mcp](https://docs-workflows.pingmee.co.il/mcp)                     |

## What's on Workflow Docs

* **Triggers** — Pingmee, Instagram, Facebook, Workflow Trigger
* **Actions** — WhatsApp, Messenger, Instagram, AI, HTTP, Fireberry, Task, Wait, Update Conversation/Customer
* **Conditions** — If/Else, Switch, Filter
* **Operations** — Sub-workflow, pointer, split, merge
* **Concepts** — Variables, sub-nodes, nodes drawer, board toolbar, sticky notes

English and Hebrew guides are available (`/docs` and `/he/docs`).

## For AI agents and MCP clients

The MCP server on **this** site (`docs.pingmee.co.il/mcp`) indexes **API reference and integration guides only**. It does not search Workflow Docs.

Register **both** MCP servers:

```json theme={null}
{
  "mcpServers": {
    "pingmee-api": {
      "url": "https://docs.pingmee.co.il/mcp"
    },
    "pingmee-workflows": {
      "url": "https://docs-workflows.pingmee.co.il/mcp"
    }
  }
}
```

| Question type                                                        | Use                                                                                              |
| -------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
| API auth, send message, get conversations, trigger workflow via REST | `pingmee-api`                                                                                    |
| Node fields, board UI, how to configure WhatsApp template in a flow  | `pingmee-workflows` or fetch [llms-full.txt](https://docs-workflows.pingmee.co.il/llms-full.txt) |

Workflow Docs MCP tools:

* `search_workflows` — search node and concept pages
* `query_docs_filesystem_workflows` — read pages (`cat /docs/nodes/actions/whatsapp.mdx`)
* `list_pages` — documentation index (same as `llms.txt`)
