Connectors
HubSpot
Create HubSpot CRM contacts and deals from a live call.
The HubSpot connector lets your voice agents create CRM contacts and deals directly from a conversation, using your organization's own HubSpot account.
Connect it
- Go to /connectors and click Connect on HubSpot.
- Talkr shows you a redirect URI — register it in your HubSpot app's OAuth settings.
- Enter your HubSpot app's Client ID and Client Secret, then click Save & Authorize.
- You're redirected to HubSpot's consent screen. Approve access, and you're returned to Talkr connected.
You need your own HubSpot app (Client ID/Secret) — Talkr does not provide a shared app. Create one under your HubSpot account's developer settings if you don't have one yet.
Actions
| Action | Description | Parameters |
|---|---|---|
create_contact | Create a HubSpot CRM contact. | email (required), first_name, last_name, phone |
create_deal | Create a HubSpot CRM deal. | deal_name (required), amount |
Attach these to a workflow node like any other tool — see Tools for how tool attachment and invocation work.
Example
A sales-qualification agent asks the caller for their email, then calls create_contact before routing to a booking node. If the caller expresses budget-ready interest, the node also calls create_deal with the deal name and quoted amount.