> ## 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.

# Introduction

> Use Pingmee in n8n and automate your workflows

## Getting Started

We have created an n8n node to help you integrate Pingmee with your automations. This node provides a seamless way to connect Pingmee's messaging and automation features directly within your n8n workflows.

<Warning>
  This node can only be installed when n8n is self-hosted. Community nodes are not available on n8n Cloud.
</Warning>

## Install the Node

To install the Pingmee node in your self-hosted n8n instance:

1. Go to **Settings** → **Community nodes**
2. Click **Install**
3. Enter the package name: `n8n-nodes-pingmee`
4. Click **Install**

Alternatively, you can find the package on npm:

[n8n-nodes-pingmee on npm](https://www.npmjs.com/package/n8n-nodes-pingmee)
[n8n-nodes-pingmee on ncnodes](https://ncnodes.com/package/n8n-nodes-pingmee)

Once installed, you can add the Pingmee node to your n8n workflows and start automating your messaging workflows.

***

## What You Can Do

With the Pingmee n8n node, you can:

* **Subscribe to message/conversation webhooks** - Receive important events
* **Send Messages** - Automatically send messages to customers
* **Work with Templates** - Use message templates in your automations

***

## Authentication

To authenticate the Pingmee node, you need to create a new credential in n8n:

1. Open the Pingmee app and go to **Settings** → **Developer Tools** (`כלים למפתחים`)
2. Copy your **personal token** and **API key**
3. In n8n, create a new credential for the Pingmee node
4. Paste the values into the credential configuration

<Note>
  Each business has its own personal token and API key. API usage is logged per token. Make sure you have an active Pingmee account before setting up credentials.
</Note>

For more details, see [Authentication & Headers](/#authentication--headers).

***

## Next Steps

After installing the node:

1. Create a new credential in n8n and add your Pingmee personal token and API key (found in Pingmee **Settings** → **Developer Tools**)
2. Create a new workflow in n8n
3. Add the Pingmee node as a trigger or action
4. Select the credential you created
5. Configure your automation workflow
6. Test and activate your workflow

For detailed API documentation and available endpoints, refer to the [API Reference](/) section.
