Help

Send Webhook to third party but nothing received on third party side

Topic Labels: API
490 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Louis_kwok
5 - Automation Enthusiast
5 - Automation Enthusiast

Untitled

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

0 Replies 0