Tool to generate the TickTick OAuth2 authorization URL. Use to redirect the user to obtain the authorization code (step 1). Re-run this tool if downstream TickTick calls return HTTP 401 (expired/invalid token) to obtain a fresh authorization code.
scopeRequiredstringSpace-separated permission scopes. Available scopes: 'tasks:read', 'tasks:write'. If a downstream call returns HTTP 403 insufficient_scope, re-run this tool with the correct scopes.
statestringAn opaque value passed back to your redirect URI for CSRF protection and to maintain request state (optional).
client_idRequiredstringYour TickTick application's client ID obtained from the Developer Center.
redirect_uriRequiredstringThe exact redirect URI registered with your TickTick application; the authorization code will be sent here after user approval.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.