Loading...
Loading...
Compare original and translation side by side
| File | When to use |
|---|---|
| Property names and enum values for calls/notes/meetings/tasks. Keep open while writing |
bulk-operations/SKILL.md| 文件 | 使用场景 |
|---|---|
| 通话/笔记/会议/任务的属性名称和枚举值。在编写 |
bulk-operations/SKILL.mdhubspot objects create --type calls ...hubspot associations create --from calls:<id> --to contacts:<id>| Path | Field | Format |
|---|---|---|
| | Unix ms (13 digits) |
| | Unix ms (string) |
| | ISO 8601 (e.g. |
$(date +%s)000$(date +%s%3N)activities list{"id","type","timestamp","title","body","status","owner_id"}hubspot objects create --type calls ...hubspot associations create --from calls:<id> --to contacts:<id>| 路径 | 字段 | 格式 |
|---|---|---|
| | Unix毫秒(13位数字) |
| | Unix毫秒(字符串格式) |
| | ISO 8601(例如: |
$(date +%s)000$(date +%s%3N)activities list{"id","type","timestamp","title","body","status","owner_id"}undefinedundefinedundefinedundefinedassociations list{"id","type"}objects getbulk-operations/SKILL.mdhubspot associations list --from contacts:149 --to tasks \
| hubspot objects get --type tasks \
--properties hs_task_subject,hs_task_status,hs_task_priority,hs_timestamp \
| jq -c 'select(.properties.hs_task_status != "COMPLETED")'associations list{"id","type"}objects getbulk-operations/SKILL.mdhubspot associations list --from contacts:149 --to tasks \
| hubspot objects get --type tasks \
--properties hs_task_subject,hs_task_status,hs_task_priority,hs_timestamp \
| jq -c 'select(.properties.hs_task_status != "COMPLETED")'due=$(( $(date -v+7d +%s) * 1000 ))due=$(( $(date -v+7d +%s) * 1000 ))
For >100 rows, apply the dry-run / digest / confirm pattern from `bulk-operations/SKILL.md`.
如果行数超过100,请应用`bulk-operations/SKILL.md`中的试运行/摘要/确认模式。properties getproperties get