Saltar al contenido principal

Seamlessly connect conversations with your CRM, ecommerce store, and project databases.

Shopify & WooCommerce E-commerce


1. HubSpot CRM Node

Create or update contacts, log deals, and append call/chat notes in HubSpot.

Designer Settings:

operationenumdefault: upsertContact

Operation: upsertContact, createDeal, createNote, searchContact.

emailstringoptional

Contact email address (e.g. {user_email}).

firstnamestringoptional

Customer first name (e.g. {user_name}).

dealNamestringoptional

Deal title (e.g., Consulting Package - {user_name}).


2. Shopify Node

Query products, lookup order tracking, and create draft orders in your Shopify store.

Designer Settings:

operationenumdefault: getOrder

Operation: getOrder, searchProducts, createDraftOrder.

orderIdOrNumberstringoptional

Order number to look up (e.g. {order_number}).


3. WooCommerce Node

Query products, inspect order status, and create orders on your WordPress / WooCommerce store.

Designer Settings:

operationenumdefault: searchOrders

Operation: searchOrders, searchProducts, updateOrderStatus, createOrder.


4. Airtable Node

Read, create, and update records inside your Airtable bases.

Designer Settings:

tableNamestringrequired

Exact table name in Airtable (e.g. Leads or Orders).

recordsJsonstringoptional

JSON mapping of table columns to conversation variables.


5. Notion Node

Create pages, query databases, and append structured notes to Notion.