0
Webhooks not working after yesterday's outage
Hello,
we use many webhooks as "On click" events, etc... in Ninox.
Yesterday almost all day Ninox cloud wasn't working.
Today it works, but none of our webhooks working.
Example:
let webhookURL := "https://hook.integromat.com/XXXXXXX";
let data := {
recordID: number(Id)
};
let response := http("POST", webhookURL, {
'Content-Type': "application/json"
}, data);
void
Please, can you check this issue?
Thank you!
1 reply
-
I have this issue in Google Chrome, also in Firefox.. But mobile app works.
Content aside
- 2 yrs agoLast active
- 1Replies
- 84Views
-
1
Following