Code very SLOW!!
Hi I have this code that interacts 2 times with Integromat and then makes changes to 3 fields in my APP.
It turns out very, very slow ... about a minute each time I throw it for a record!
Is there anything I'm wrong or can I do to speed it up?
"////// SEND POST ON TELEGRAM";
let data: = {
RecordID: ID
};
let webhookURL: = "https://hook.integromat.com/d4uttmmii58vy6y47wtwi43ni529kpuw";
http ("POST", webhookURL, {
'Content-Type': "application / json"
}, date);
'Last sent Telegram': = today ();
"////// SEND POST TO FB";
let data: = {
RecordID: ID
};
let webhookURL: = "https://hook.integromat.com/sizux76efcm2zq44957afp61uxkkogfh";
http ("POST", webhookURL, {
'Content-Type': "application / json"
}, date);
let webhookURL: = "https://hook.integromat.com/6phsxtb922woy780btf4h7jwv4n2q7mv";
http ("POST", webhookURL, {
'Content-Type': "application / json"
}, date);
"/////// Activate product";
'Active Product' = "Yes";
'Active for Agent' = "Yes";
"///////// Check WHATSAPP promo";
'To promote WhatsApp': = true
Thanks in advance for your help
Reply
Content aside
- 3 yrs agoLast active
- 170Views