Integrate your AI agent with HubSpot CRM. Sync contacts, deals, and conversations. Automatically create and update records based on AI agent interactions. Enable AI-powered lead qualification and customer support.
OAuth 2.0 or API key
curl -X POST https://api.hubapi.com/crm/v3/objects/contacts \
-H "Authorization: Bearer YOUR_HUBSPOT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"properties": {
"email": "contact@example.com",
"firstname": "John",
"lastname": "Doe"
}
}'