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

null
    • ELODY s.r.o.
    • Filip
    • 1 yr ago
    • Reported - view

    I have this issue in Google Chrome, also in Firefox.. But mobile app works.

Content aside

  • 1 yr agoLast active
  • 1Replies
  • 78Views
  • 1 Following