communication-history

安装量: 1.1K
排名: #9915

安装

npx skills add https://github.com/hubspot/agent-cli-skills --skill communication-history

Read bulk-operations/SKILL.md first — JSONL piping, batch read, and jq reshape patterns ( resources/json-patterns.md ) apply. hubspot activities list --help is the source of truth. Output shape activities list returns one flat row per activity, sorted newest-first: {id, type, timestamp, title, body, status, owner_id} . timestamp is ISO 8601; type is CALL|EMAIL|NOTE|MEETING|TASK . Different from the raw hs_call_* / hs_timestamp (Unix ms) on the underlying objects — fetch those with hubspot objects get --type calls if needed. All activity for a record Pass exactly one of --contact , --deal , --company , --ticket . Use --type CALL|EMAIL|NOTE|MEETING|TASK to filter, --limit N for the most recent N: hubspot activities list --contact 73235 hubspot activities list --deal 67890 --type CALL hubspot activities list --contact 73235 --limit 10 Client-side date filter ISO 8601 strings compare lexicographically. Show more Installs 856 Repository hubspot/agent-cli-skills GitHub Stars 18 First Seen May 26, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn

返回排行榜