Issue : The expected one has a “data” wrapper but the response payload has no data wrapper,
Expected json’s keys are in “Key” : “Value” while the response in coming in single inverted comma ‘Key’ : ‘Value’.
What is your trigger for webhook? Have you configured Body explicitly? Please check what is present in the Webhook BODY configuration. Should be {{ json event }}
@Krish1015 Update trigger with a condition, I tried again. I did get proper payload. Can you confirm if payload is incorrect still even if you change Webhook link to the one from webhook.site?
with webhook.site I am also getting proper payload,
While for my custom API endpoint , the format is not proper, while It was working fine 2 days back.
Something that you need to investigate on the receiving end. Please check your code at the receiving end if you are accessing response.data instead of response.
But what about the single quote and boule quote?
For the single quote the URLs are vanishing after 'https: (last after that “//” is taking as a comment while I am using request.get_data())
Google it out @Krish1015. The webhook payload sent from NocoDB is same irrespective of webhook URL destination. The processing at your receiving end will depend on the packages & libraries that you are using for post processing.