I want to get the leads from calendly and add to my database in notion.
BUT i want to filter the leads according to their responses to my quesitons.
And i want to cancel the leads that answered a specific thing.
I cannot find how to cancel in calendly module?
Can anyone help me with this?
Welcome to the Make community!
Make doesn’t have an integration for this module for this particular endpoint (Cancel Event).
I’m sure others would agree that this is a nice feature to have. You can submit this suggestion to the Idea exchange, under App improvement ideas.
Don’t forget to search for it first, just in case someone already suggested it, so that you don’t end up creating a duplicate.

If the external service has a Developer API Reference/Documentation then you should be able to integrate the endpoints in Make using the app’s universal module (Make an API call) or generic HTTP “Make a request” module.
If you need assistance in setting up the app’s universal module, or the generic HTTP module, please provide additional information about what you have tried with regards to the external service’s Developer API Reference – how you are setting the connection up, a link to the endpoint are you trying to connect to, and what errors you are encountering.
Thanks for the reply,
When i looked at the calendly module i saw the API Call Module
Then i looked at the Calendly API documentatiton. But to be honest i do not really know the API settings.
In the calendly documentation the specifications fpr the “cancel an event” are listed. But i did not understand what to do in the make for Calendly API Call module. I want to POST a request for cancelling an event with the specific answer from the invitee.
Can anyone help me with that?
calendly api doc: Cancel Event | Calendly Public API