{
"content": "A new task has been completed!",
"embeds": [
{
"title": "Task Completed",
"description": "Task: **Build Integration** has been marked as completed.",
"url": "https://coda.io/d/Project-Management",
"color": 5814783,
"fields": [
{
"name": "Responsible",
"value": "John Doe",
"inline": true
},
{
"name": "Status",
"value": "Completed",
"inline": true
},
{
"name": "Due Date",
"value": "2024-09-30",
"inline": false
}
],
"footer": {
"text": "Project Management System",
"icon_url": "https://cdn.discordapp.com/embed/avatars/1.png"
},
"timestamp": "2024-09-16T15:00:00Z"
}
]
}