Appmixer · Example Payload

People Task Example

AgenticAutomationEmbedded iPaaSIntegrationsLow-CodeWorkflows

People Task Example is an example object payload from Appmixer, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtitlestatusassigneecreatedAt

Example Payload

Raw ↑
{
  "id": "task-001",
  "title": "Review and Approve",
  "status": "pending",
  "assignee": "jsmith@example.com",
  "createdAt": "2025-03-15T14:30:00Z"
}