Hi friend, i am new to airtable scripting, i am trying to send a webhook to third party API,
let url=“https://connect.pabbly.com/workflow/sendwebhookdata/IjQ0NDI0NiI_3D”;
let config=input.config();
await fetch(url+config.recordid);
In airtable, it show test run is successful , but on the third party side, no record is received, am i doing anything wrongly??
please kindly help!! thanks