Zoom has done some updates https://developers.zoom.us/docs/api/rest/webhook-reference/#verify-with-zooms-header
verification of zoom via header, Anyone can help me out to connect zoom trigger ( via webhook ) to n8n node
I tried all ways but failed
Zoom has done some updates https://developers.zoom.us/docs/api/rest/webhook-reference/#verify-with-zooms-header
verification of zoom via header, Anyone can help me out to connect zoom trigger ( via webhook ) to n8n node
I tried all ways but failed
Hi @chandan988, from looking at the documentation it seems to me they still send out standard payloads and just attach additional headers for verification purposes. With which step exactly are you having trouble? Which data do you currently have and how does your workflow look like?
Hey @chandan988, can you share the JSON data you receive in your webhook (with anything confidential redacted, of course)?
[
{
“headers”:{
“host”:“flow.ourklient.com”,
“user-agent”:“Zoom Marketplace/1.0a”,
“content-length”:“110”,
“authorization”:“LCG87gSuTf6FBA5yMzoaBw”,
“content-type”:“application/json; charset=utf-8”,
“x-forwarded-for”:“3.235.82.171”,
“x-forwarded-host”:“flow.ourklient.com”,
“x-forwarded-port”:“443”,
“x-forwarded-proto”:“https”,
“x-forwarded-server”:“74e9ea293f23”,
“x-real-ip”:“3.235.82.171”,
“x-zm-request-timestamp”:“1680533778”,
“x-zm-signature”:“v0=1f96a3827831c2af9317c809d2835e86dbc620aa9aa22196635f8c14c432a31a”,
“accept-encoding”:“gzip”
},
“params”:{
},
“query”:{
},
“body”:{
“payload”:{
“plainToken”:“zZdUsXlrS5uxIhMEdwuS8w”
},
“event_ts”:1680533778598,
“event”:“endpoint.url_validation”
}
}
]
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.