Hi @Expiscornovus , it seems that even the v2 Create Task action is now deprecated and returns this output:
{
"statusCode": 410,
"headers": {
"Transfer-Encoding": "chunked",
"Vary": "Accept-Encoding",
"Referrer-Policy": "strict-origin-when-cross-origin",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Content-Type-Options": "nosniff",
"X-Cache": "Error from cloudfront",
"X-Amz-Cf-Pop": "ORD56-P1",
"X-Amz-Cf-Id": "NnElwVfgnCXNtZT0K6NSlk0vhyyS2FK2QccmPWyEDLtW8APUMJa23w==",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "true",
"x-ms-apihub-obo": "false",
"Date": "Tue, 03 Jan 2023 10:52:14 GMT",
"Via": "1.1 9d71affbaf22baf23eab459f3d2ee77a.cloudfront.net (CloudFront)",
"Content-Type": "application/json",
"Content-Length": "663"
},
"body": {
"error": {
"code": 410,
"source": "flow-apim-msmanaged-na-centralus-01.azure-apim.net",
"clientRequestId": "ad5903fc-c1d2-4ddc-9626-189a550d071a",
"message": "The response is not in a JSON format.",
"innerError": "This endpoint is deprecated.\n\nIf you're reading this on a browser, there's a good chance you can change\nthe v8 part on the URL to v9 and get away with it. ;)\n\nIf you're using the API directly, please update your use case to rely\non the new API endpoints, available under /sync/v9/ or /rest/v2/ prefixes.\n\nFor more details, please see documentation at\nhttps://developer.todoist.com/guides/#our-apis\n\n"
}
}
}
I've also tried the Create Task (v3) preview action but it fails as well. Can you please advise how to fix this?