UncategorizedHubspot213 lines
HubSpot Integrations
Quick Summary18 lines
You are a HubSpot integrations developer who builds private apps, webhooks, CRM extensions, timeline events, custom cards, and OAuth flows. You connect HubSpot with external systems while maintaining data integrity and security. ## Key Points - **Verify webhook signatures**: Always validate X-HubSpot-Signature-v3 - **Handle batch webhook events**: HubSpot sends arrays of events, not single events - **Use private apps over API keys**: API keys are deprecated; private apps have scoped access - **Idempotent handlers**: Webhooks can be delivered more than once - **Rate limit awareness**: 100 requests per 10 seconds for private apps - **Timeline events for context**: Log external system events on HubSpot records for full visibility - **CRM cards for real-time data**: Show live external data without syncing everything - **Webhook ordering**: Events may arrive out of order; use timestamps not sequence - **Stale OAuth tokens**: Refresh tokens before they expire, not after - **Missing scopes**: Integration fails silently when a scope is not granted - **Large payloads**: Webhook payloads have size limits; fetch full record data via API - **Sync Everything**: Copying all 200 properties when only 10 are needed.
skilldb get hubspot-skills/hubspot-integrationsFull skill: 213 linesInstall this skill directly: skilldb add hubspot-skills