Webhook not triggering the Netsuite endpoint url while updating the deal

Hi,

I have created a new webhook and trying to call the NetSuite endpoint while updating the deal record in PipeDrive. But the Netsuite endpoint url is not triggering.

I have configured REST WEB Services in NetSuite to allow the rest calls, but its not triggering.

Hey @Suryam_Raju,
Welcome to the community :wave:
Can you share more details regarding the NetSuite API?

  • How is the Netsuite endpoint configured?
  • Does it expect a particular payload structure or header to be sent?
  • Is there a way you can monitor incoming requests from Netsuite (probably like a log, to see if requests make it to Netsuite but fail for some reason?)