Hello,
until yesterday, the webhook was getting data properly, and although sent payload did not change in the source, I am now missing one field / value in the response ("billable": false).
Automation flow: https://connect.pabbly.com/workflow/mapping/IjU3NmMwNTZlMDYzNDA0MzU1MjZlNTUzNyI_3D_pc
Payload example:
{
"eventCreator": {
"id": 468387,
"firstName": "Fanny",
"lastName": "Cattiaut",
"avatar": "https://s3.amazonaws.com/TWFiles/946817/userAvatar/twia_1825ca761224d3e5861d9a950edb686f.png"
},
"time": {
"id": 8410066,
"hours": 2,
"minutes": 0,
"date": "2025-02-10T15:30:00Z",
"dateUserPerspective": "2025-02-10T16:30:00+01:00",
"userId": 468387,
"description": "Planning and Timesheets",
"billable": false,
"invoiceId": 0,
"taskId": 22897138,
"projectId": 455514,
"tags": [],
"dateCreated": "2025-02-10T17:27:09Z",
"dateUpdated": "2025-02-10T17:27:09Z"
}
}
I have tried to send both payloads with "billable" = false and "billable" = true, but nothing changes.
Task history yesterday evening: contains the field:
Since today, workflows are failing due to this missing field in response (used in filter in the flow):
History of today's response not containing the field:
Can you please look into it and let me know how we can fix it ?
until yesterday, the webhook was getting data properly, and although sent payload did not change in the source, I am now missing one field / value in the response ("billable": false).
Automation flow: https://connect.pabbly.com/workflow/mapping/IjU3NmMwNTZlMDYzNDA0MzU1MjZlNTUzNyI_3D_pc
Payload example:
{
"eventCreator": {
"id": 468387,
"firstName": "Fanny",
"lastName": "Cattiaut",
"avatar": "https://s3.amazonaws.com/TWFiles/946817/userAvatar/twia_1825ca761224d3e5861d9a950edb686f.png"
},
"time": {
"id": 8410066,
"hours": 2,
"minutes": 0,
"date": "2025-02-10T15:30:00Z",
"dateUserPerspective": "2025-02-10T16:30:00+01:00",
"userId": 468387,
"description": "Planning and Timesheets",
"billable": false,
"invoiceId": 0,
"taskId": 22897138,
"projectId": 455514,
"tags": [],
"dateCreated": "2025-02-10T17:27:09Z",
"dateUpdated": "2025-02-10T17:27:09Z"
}
}
I have tried to send both payloads with "billable" = false and "billable" = true, but nothing changes.
Task history yesterday evening: contains the field:
Since today, workflows are failing due to this missing field in response (used in filter in the flow):
History of today's response not containing the field:
Can you please look into it and let me know how we can fix it ?