We use a custom in-house CRM to manage leads generated via Facebook. The CRM accepts leads exclusively through a POST request to its API endpoint.
In Zapier, this integration is straightforward — we simply trigger zapier’s webhook whenever a new lead is received.
However, I’m unable to find a similar functionality here, or perhaps I’m overlooking something. My objective is simple: whenever a lead is generated through Facebook, it should trigger a POST request to my CRM’s API endpoint. How to achieve this..?
Make.com also has a webhook feature but it’s to receive data to make.com. I am looking for something which can send data to an external service.