How to make an external API using make.com just like how it is done with competitors

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.

Hey there,

you can use a generic HTTP module to make the Post request to whatever the API end point is.

2 Likes

thank you. It is exactly what i was looking for.

2 Likes