Skip to main content

CommsURLParams

type CommsURLParams = {
channelId?: string;
commentId?: string;
conversationId?: string;
messageId?: string;
threadId?: string;
userId?: number;
workspaceId: number;
};

Helper functions for creating Comms permalinks (https://comms.todoist.com/a/...).

Properties

channelId?

optional channelId: string;

commentId?

optional commentId: string;

conversationId?

optional conversationId: string;

messageId?

optional messageId: string;

threadId?

optional threadId: string;

userId?

optional userId: number;

workspaceId

workspaceId: number;