[Watcher] Webhook Action

When I send a post request,the received request params is null,the action as follows:
"webhook": {
"scheme": "http",
"host": "x.x.x.x",
"port": xxx,
"method": "post",
"path": "/webhook/service",
"params": {
"type": "set",
"req": "{"option":"test","mobile":"xxxx","content":"xxxx"}"
}
}

do you check for params in the URL or in the body in your service?

Can you please share the output of the execute watch api to verify what gets send as well?

--Alex

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.