• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Webhook: missing field in payload

Status
Not open for further replies.

opti-biz

Member
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:
1739295660689.png


Since today, workflows are failing due to this missing field in response (used in filter in the flow):

1739295798658.png


History of today's response not containing the field:

1739295736167.png


Can you please look into it and let me know how we can fix it ?
 

ArshilAhmad

Moderator
Staff member
Hi @opti-biz,

Webhook by Pabbly is based on descriptive webhooks and captures whatever data the application sends to us. We do not have any control over the data sent by the source application to Pabbly Connect. Since the field is not being sent from the source application its not being displayed in your trigger step.

You can connect your application to webhook.site to verify that the data is indeed being sent in this manner from their end.

 

opti-biz

Member
Hello,

As indicated in the first lace, the field is sent by the source application, as you can see in the payload.
This is also confirmed by tests using webhook.site: the field in question is received there, while it is not in Pabbly:

1739353110273.png


Same data through webhook in Pabbly: "billable" field missing

1739353185744.png
 

Preeti Paryani

Well-known member
Staff member
Hello @opti-biz,

The issue has now been resolved. Please try recapturing the response and let us know if the field is now appearing in the trigger response.
 
Status
Not open for further replies.
Top