Skip to content

iPythoning/n8n-nodes-pulseagent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

n8n-nodes-pulseagent

n8n community node for PulseAgent — an AI-powered digital workforce platform.

Nodes

Node Description
PulseAgent Agent List agents, get details, chat with agents
PulseAgent CRM List, create, and update CRM contacts
PulseAgent Trial Start and check trial sessions

Installation

Community Node (Recommended)

  1. Open your n8n instance
  2. Go to Settings > Community Nodes
  3. Enter n8n-nodes-pulseagent
  4. Click Install

Manual Installation

cd ~/.n8n/nodes
npm install n8n-nodes-pulseagent

Then restart n8n.

Authentication

  1. In n8n, create a new PulseAgent API credential
  2. Enter your PulseAgent email and password, or provide a JWT token directly
  3. The default API base URL is https://pulseagent.io/app/api

Node Operations

Agent

  • List AgentsGET /agents
  • Get AgentGET /agents/{id}
  • Chat With AgentPOST /agents/{id}/chat (message + optional conversation_id)

CRM

  • List ContactsGET /crm/contacts
  • Create ContactPOST /crm/contacts (name, email, phone, company, additional fields)
  • Update ContactPUT /crm/contacts/{id}

Trial

  • Start TrialPOST /fly/trial/start
  • Get Trial StatusGET /fly/trial/status

Development

npm install
npm run build

To test locally, link this package into your n8n custom extensions directory:

# Build
npm run build

# Link into n8n
cd ~/.n8n/nodes
npm link /path/to/n8n-nodes-pulseagent

License

MIT

About

n8n community node for PulseAgent — AI digital workers, CRM, WhatsApp SDR trial

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors