n8n-nodes-boosend
v0.3.4
Published
n8n community nodes for Boosend - Instagram DM automation platform
Readme
n8n-nodes-boosend
Community nodes for n8n to integrate with Boosend - Instagram DM automation platform.
Nodes
Boosend Trigger
Receives incoming Instagram DM messages forwarded from Boosend automations.
Output fields:
sessionId- Boosend session ID (pass this to the Send Reply node)userMessage- The latest message from the Instagram userconversationHistory- Array of previous messages with role, content, and timestampuserProfile- Instagram username, name, and custom fieldsmetadata- Platform info, node ID, and extracted variables
Boosend (Send Reply)
Sends a reply back to the Instagram user through Boosend.
Input fields:
N8N Node ID- The node ID from your Boosend automation (same as trigger)Session ID- Auto-mapped from the trigger outputResponse- The reply text (supports expressions for AI agent output)End Conversation- Set to true to end the conversation and continue the Boosend automation
Setup
- In your Boosend automation builder, add an N8N node
- Copy the N8N Node ID shown in the config panel
- In n8n, add a Boosend Trigger node and paste the N8N Node ID
- Set up your Boosend API credentials with your API key (found in Boosend Settings > API Keys)
- Build your AI agent workflow between the trigger and reply nodes
- Add a Boosend (Send Reply) node at the end with the same N8N Node ID
- Activate the n8n workflow
- Activate the Boosend automation
Example Workflow
[Boosend Trigger] → [AI Agent] → [Boosend Send Reply]The Boosend Trigger receives the user's message, the AI Agent processes it, and the Boosend Send Reply sends the response back to Instagram.
Authentication
Uses API Key authentication. Generate an API key in your Boosend dashboard under Settings > API Keys.
Installation
Community Nodes (Recommended)
- Go to Settings > Community Nodes in your n8n instance
- Select Install a community node
- Enter
n8n-nodes-boosend - Agree to the risks and install
Manual Installation
cd ~/.n8n/nodes
npm install n8n-nodes-boosendLicense
MIT
