sales-execution

Installation
SKILL.md

Resources

File When to use
resources/activity-properties-reference.md Property names and enum values for calls/notes/meetings/tasks. Keep open while writing objects create — enum values are not discoverable via hubspot properties get today.

Read bulk-operations/SKILL.md first — this skill assumes its batching, pipe, and dry-run patterns.

The two non-obvious rules

1. Activities are invisible until associated. hubspot objects create --type calls ... alone produces a record nobody can see in the CRM UI. Always follow with hubspot associations create --from calls:<id> --to contacts:<id> (and the deal, if relevant) before stopping.

2. Timestamps differ between write and read.

Path Field Format
objects create --property hs_timestamp=... hs_timestamp Unix ms (13 digits)
objects get --type calls <id> returns properties.hs_timestamp Unix ms (string)
activities list --contact <id> returns timestamp (flat, top-level) ISO 8601 (e.g. 2024-01-15T10:00:00Z)
Related skills
Installs
54
First Seen
7 days ago
sales-execution — hubspot/agent-cli-skills