Webhook issue
Hi Team I am facing issue while posting data to webhook . I am getting 200 Ok response but webhook is not calling next block with request data . Please help me if am missing something .

9 Replies
how did you get resultId for the listen for webhook?
this is my updated flow i am able to hit webhook url with data when i use broswer session resultId but i want to startchat and get resultid that i can use to hit webhook but startchat api is returing resultid but that resultid when i try to trigger webhook webhook is not working . Please suggest me if i am missing some configuration

how are you triggering the "listen to webhook"
i am using webhook trigger url with resultid that i received in startchat api response
To debug try to display the variables in a text bubble before executing the HTTP request block
you are copy pasting the resultId?
manually?
no am using resultid that i get in start chat api but webhook response is giving 200 but webhook is not triggered but i use webroswer based resultid i am able to hit webhook and webhook is working fine .
Baptiste can you please let me know why apis based start chat resultid is not triggering webhook ??
are you using api key in header?
yes
with browserbased session's corresponding result id i am able to hit webhook but when i use api to hit startchat and use that reasultid retured in startchat response to hit webhook it's not working . webhppk api returns 200 but webhook not triggered
pls let us know if i am missing something in this .