So what I want to do is to sync Google Tasks with Linear:
When I make a Google Task (Create project roadmap for Client_X) I want to add it to Linear, but to the project Client_X. I can’t get it done with the regular node. I can only create a new task in Linear, without any project.
When I complete the task (Create project roadmap for Client_X) in Linear, I want to also search for the task and complete it in Google Tasks as well.
When I add a due date to a task in Linear, I want it to send it to Google Tasks as well, with that due date, so it popus up in my calendar. When I complete that task, in Google Tasks, I also want to complete it in Linear.
Since the official Linear node does not support all the different API functions, you need to use a HTTP request or GraphQL node instead and create your custom request. I think the GraphQL node is the better option here, since it is easier to configure.
Here you’ll find the documentation for the projectCreate mutation, that will allow you to add a new project to your Linear app:
The email is a great work around. But it does not provide any logic for error handling, since it’s not replying with a direct success or error code. But if it fits your need, you’ll be good to go!