Understanding tasks
Core purpose
Tasks provide a structured way to manage work items, ensuring that all account-related activities are properly tracked, assigned, and completed. They help maintain accountability and drive customer success initiatives forward.
Task categories
Customer tasks
• Follow-up calls
• Account reviews
• Training sessions
• Issue resolution
• Account reviews
• Training sessions
• Issue resolution
Internal tasks
• Team updates
• Resource allocation
• Process reviews
• Documentation updates
• Resource allocation
• Process reviews
• Documentation updates
Standard fields
Required fields
Optional fields
System-managed fields
Database types:
- Account ID, Activity ID, Assignee ID, Type, Status, Priority are stored as
bigintin the database - Title and Description are stored as
text - System fields use their respective database types (
bigserial,text,boolean,timestamp with time zone)
Task workflow
1
Creation
- Define clear objective
- Set priority level
- Assign ownership
- Establish timeline
2
Execution
- Track progress
- Update status
- Document blockers
- Manage dependencies
3
Completion
- Verify deliverables
- Document outcomes
- Create follow-ups
- Update stakeholders
Best practices
Task management
• Set clear deadlines
• Define ownership
• Track dependencies
• Monitor progress
• Define ownership
• Track dependencies
• Monitor progress
Collaboration
• Communicate updates
• Share context
• Escalate blockers
• Document decisions
• Share context
• Escalate blockers
• Document decisions
API endpoints
Sample task
When creating a task, the system will add additional fields in the response such as:
id: Unique identifier for the taskaccount: Name of the associated accountcreator: Name of the task creatorcreatorId: ID of the creatorcreatorEmail: Email of the creatorisActive: Whether the task is activecreatedAt: Creation timestampupdatedAt: Last update timestamp
Available operations
Task management
Task management
All endpoints require authentication with Bearer token, API key, and Organization ID in the headers.
Related resources
Accounts overview
Learn about account management
Activities
Track customer interactions