Webhooks with ServiceM8
Status: Closed · Asked by Franco on · 0 views
To create a webhook with the ServiceM8 webhook endpoint, the ServiceM8 server will issue a challenge response to verify the callback_url is responding with a 200 code, and will expect the callback url to provide the issued code. Everything works put to the the point where Pabbly Connect webhook does respond, but it’s being rejected by ServiceM8 because Pabbly is inserting quotes before and after the challenge response, e.g.,
Expected '3192fa079a25348b' but received '"3192fa079a25348b"'
How do I prevent Pabbly webhook from injecting those unnecessary quote marks?
Attachments

Hey @Franco
Please allow us some time, our team is looking into it.