Morning briefing recipe
- Call
sales:pipeline_summary:getto collect key activity + pipeline metrics. - Call
sales:followups:listto pull overdue and due-today company tasks. - Call
sales:companies:temperature_listforHotand thenWarm. - Log work back via
sales:notes:createwith structurednote_type.
Example call sequence
# 1) Summary
GET https://quoterocket.ai/shr/agent_api_router.php?agent=sales&resource=pipeline_summary&action=get
# 2) Open follow-ups
GET https://quoterocket.ai/shr/agent_api_router.php?agent=sales&resource=followups&action=list
# 3) Hot accounts
GET https://quoterocket.ai/shr/agent_api_router.php?agent=sales&resource=companies&action=temperature_list&temperature=Hot
# 4) Log an action
POST https://quoterocket.ai/shr/agent_api_router.php?agent=sales&resource=notes&action=create
Operational tips
- Use
hints=0when you need smaller payloads on GET calls. - Use
Idempotency-Keyon POST and retry safely. - Store
request_idvalues for support traceability. - Use personal
todos:*only for non-company reminders.