Skip to main content
Tasks help teams manage and track action items, follow-ups, and deliverables related to customer accounts in the Thena platform.

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

Internal tasks

• Team 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 bigint in 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

Collaboration

• Communicate updates
• 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 task
  • account: Name of the associated account
  • creator: Name of the task creator
  • creatorId: ID of the creator
  • creatorEmail: Email of the creator
  • isActive: Whether the task is active
  • createdAt: Creation timestamp
  • updatedAt: Last update timestamp

Available operations

All endpoints require authentication with Bearer token, API key, and Organization ID in the headers.
For detailed API specifications, see Task Management

Accounts overview

Learn about account management

Activities

Track customer interactions