JSON Payload Example
{
"event_type": "task_verified",
"timestamp": "2024-11-27T12:11:11",
"data": {
"task_id": "112244",
"list_id": "556677",
"list_name": "Product Launch Tasks",
"task_name": "Finalize Marketing Plan",
"task_url": "https://app.wegodoo.com/Home/Index?taskid=Ij90YXNraWQ9ODcxNDYmbGlzdGlkPTE5MTE4Ig==",
"note": "Ensure all sections are approved before final submission.",
"due_date": "2024-12-01",
"mark_as_important": true,
"created_by": {
"user_id": "john.doe@example.com",
"username": "John Doe"
},
"assigned_to": {
"user_id": "jane.smith@example.com",
"username": "Jane Smith"
},
"verify_by": {
"user_id": "alice.walker@example.com",
"username": "Alice Walker"
},
"verified_by": {
"user_id": "michael.brown@example.com",
"username": "Michael Brown"
}
}
}
Field Descriptions