Sync Beex WhatsApp ticket messages with HubSpot contact activities
Summary This workflow detects ticket classification events in Beex where the communication channel was WhatsApp, extracts the messages from the interaction, and logs them as activity in the corresponding HubSpot contact.
How it works Beex Trigger Receives the ticket classification event On Managment Create via a pre-configured callback.
Filter by Channel The automation only considers classification events where the communication channel was a WhatsApp message.
Get Phone The phone number is used to find the contact to whom the activity should be assigned in HubSpot. The country code must be configured manually.
Search Contact Finds the contact in HubSpot using the phone number.
Get Messages When a ticket is categorized, its ID and all messages from the interaction can be retrieved from trigger node.
Routing, Formatting, and Consolidation We route messages based on their content, whether text, image, or audio. Each message is formatted in HTML, compatible with HubSpot activities.
Sort Messages Messages are sorted according to their created_at field.
Consolidate Chats Individual messages are consolidated into a single record (all in HTML format). Send all chat content to hs_communication_body in API HubSpot.
Setup Instructions Install Beex Nodes: Before importing the template, install the Beex trigger and node packages using the following package names: n8n-beex-nodes Configure HubSpot Credentials: Configure your HubSpot connection with the following: Access token (typically from a private application) Read and write permissions for the Contacts objects
Configure Beex Credentials: For Beex users with platform access (for testing requests, contact frank@beexcc.com): Go to Platform Settings → API Key and Callback.
Copy your API key and paste it into the Beex node (Get Messages) in n8n.
Activate Typing Registry in Callback Integration option
Configure the Webhook URL: Copy the Webhook URL (Test/Production) from the Beex activation node and paste it into the Callback Integration section in Beex. Save your changes.
Requirements
HubSpot: An account with a private application token and read/write permissions for **Contacts objects.
Beex: An account with permissions to receive **Typing Registry events in Callback Integration.
Customization Options You can customize the HTML format provided to text, audio, or image messages.
Related Templates
Automate Free IP Analysis: NixGuard AI Summaries & Wazuh Integration
Supercharge Your Security Operations for Free Stop wasting time manually investigating suspicious IP addresses. This wo...
Convert JSON Objects to Base64 Strings with File Processing
Encode JSON to Base64 String in n8n This example workflow demonstrates how to convert a JSON object into a base64-encod...
AI Agent with Ollama for current weather and wiki
This workflow template demonstrates how to create an AI-powered agent that provides users with current weather informati...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments