I’m attempting to build a connection between TickTick and Notion to attach tags created in TickTick to tasks being synced with Notion. The current TickTick ->Notion integration does not sync tags so I need a Make integration to do it, as well as syncing the TickTick task ID to Notion. If I understand the information I have read so far correctly, TickTick is a “Community Requested Integration”, not a live module. That means no official TickTick module exists yet in Make. Is this the case?
Welcome to the Make community!
Yes, the TickTick integration is created and maintained by Make.
Where did you read this?
It’s as live as you can add the modules to your scenario without installing a private custom app.
Unfortunately, Make doesn’t have a module for this particular endpoint yet (tag management endpoints).
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 the external service allows you to register webhooks, then you can create a trigger to wait for incoming webhook requests in Make using the generic Webhook “Custom webhook” module.
You can also suggest for it to be made in the Idea exchange. 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 you need assistance in setting up the app’s universal module, or the built-in generic HTTP modules, please provide additional information about what you have tried in relation 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.
You can also complete this brand new course/tutorial in the Make Academy on how to use external APIs — API calls with HTTP modules
- API and Endpoints
- Header and body
- Multipart/form-data
- OAuth 2.0
Hope this helps! Let me know if there are any further questions or issues. P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!
— @samliew
Thanks for the feedback. I’m very much the novice. I’m using Notion and TickTick in combination and there are a couple of connections I need to make between the two to finish the life management system I’ve built, but I’ve been sputtering out on using Make to get there. This may help me get further down the road.