Mikhail
(Mikhail)
1
Hello,
I’m trying to figure out how to create a webhook that will return text input as this service requires https://developer.nylas.com/docs/developer-tools/webhooks/#challenge-parameter
it looks like it needs to return the challenge value, but all my attempts failed.
Appreciate any help
Hello @Mikhail,
how do you verify that it’s failed? Have you tried to invoke this method manually?
Mikhail
(Mikhail)
3
The goal is to verify the webhook in Nylas.com to receive calls.
So I’m pressing verify on Nylas.com and it returns like error, the challenge string is not returned.
If I press invoke body contains a string as an input, but for some reason, it’s not working for Nylas.
Mikhail
(Mikhail)
4
In Bubble I used return data as a plain text and it worked, but here it’s little bit more complicated
sergey.kuk
(Sergii Kukurudziak)
5
hello @Mikhail
what result do you get, and what do you expect?
Mikhail
(Mikhail)
6
If I pass challenge: data
It returns “data”
but I think I need it to be data without semicolons, like plain text