oper8r Docs
Customer-facing implementation guide
HubSpot provides CRM context for companies, contacts, deals, owners, and pipelines. oper8r uses that context to ground account workflows and connect CRM records to calls, documents, Slack context, and graph entities.
HubSpot is typically connected through OAuth by an organization admin.
Common read scopes include:
Write scopes should only be added for explicitly approved workflows.
oper8r can use HubSpot records such as:
curl -X POST "https://YOUR_OPER8R_HOST/api/tools/org/YOUR_ORG_SLUG/oper8r_get_account_context" \
-H "Authorization: Bearer $OPER8R_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"account": {
"externalIds": [
{
"provider": "hubspot",
"id": "982734",
"type": "company"
}
]
},
"purpose": "renewal prep"
}'
{
"name": "Jane Smith",
"type": "person",
"externalIds": [
{
"provider": "hubspot",
"id": "123456",
"type": "contact"
},
{
"provider": "email",
"id": "jane.smith@example.com",
"type": "work_email"
}
]
}
Bring us the workflow, integration, or deployment constraint. We can build it with you, run it for you, or advise your team.