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?
Expected '3192fa079a25348b' but received '"3192fa079a25348b"'
How do I prevent Pabbly webhook from injecting those unnecessary quote marks?