Documentation Index
Fetch the complete documentation index at: https://docs.mavera.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Pull data from HubSpot (Contacts, Deals, Emails, Meetings, Companies, Forms, Blog) → analyze with Mavera (Personas, Brand Voice, Focus Groups, Mave, Chat, Generate) → get persona-validated insights for marketing, sales, and product teams.HubSpot API — Base URL:
https://api.hubapi.com/crm/v3/. Auth: Private App access tokens or OAuth 2.0. Rate limits: 100–250 req/10s burst; CRM Search: 4 req/sec.Prerequisites
HubSpot access token
Create a Private App with scopes:
crm.objects.contacts.read, crm.objects.deals.read, crm.objects.companies.read, content, forms, sales-email-read.Mavera API key
Get your key from Mavera dashboard.
Jobs
| # | Job | HubSpot Data | Mavera Surface | Output |
|---|---|---|---|---|
| 1 | Lifecycle Stage Persona Builder | Contact search by stage | Custom Personas | Funnel-stage persona set |
| 2 | Deal-Closed Content Replay | Closed Won + emails | Brand Voice + Generate | Email content from winners |
| 3 | Contact Property → Focus Group | Custom properties | Personas + Focus Group | Segment feedback |
| 4 | Meeting Notes → Mave Research | Meeting notes | Mave Agent | Pattern analysis |
| 5 | Company Enrichment + Personas | Companies | Mave + Personas | ABM buying committee |
| 6 | Form Submission Analysis | Form responses | Chat with persona | Structured categorization |
| 7 | Blog → Brand Voice | Published posts | Brand Voice (URL) | Voice from blog |
| 8 | Engagement-Weighted Refinement | Engagement data | Personas (update) | Evolved personas |
Rate Limits & Production Notes
| HubSpot Endpoint | Limit | Strategy |
|---|---|---|
| CRM Search | 4 req/sec | 250ms delay; retry on 429 |
| CRM Read / Associations | 100 req/10s | Batch where possible |
| Forms / CMS Content | 100 req/10s | Paginate with after; cache locally |
after cursor (max 100 per page). Retry with exponential backoff on 429/5xx. Monitor Mavera credits at Dashboard. Cache HubSpot data for daily jobs; use webhooks for real-time.