getFullCommsURL()
function getFullCommsURL(params: CommsURLParams, baseUrl: string): string;
Builds a full Comms URL (with protocol and hostname) based on the provided parameters
Parameters
| Parameter | Type | Default value | Description |
|---|---|---|---|
params | CommsURLParams | undefined | URL parameters including workspace, channel, conversation, thread, etc. |
baseUrl | string | COMMS_BASE_URL | Optional base URL (defaults to 'https://comms.todoist.com') |
Returns
string