![Untitled Untitled](/t5/image/serverpage/image-id/13369i465579FFCEF4465F/image-size/large?v=v2&px=999)
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