Competitors
Monitor competitor LinkedIn activity and engagement.
Tools (6)
Section titled “Tools (6)”create_competitor_watch
Section titled “create_competitor_watch”Full name: campaignstack_create_competitor_watch
Creates a new competitor watch to monitor a LinkedIn company page or influencer profile. Automatically deduplicates by normalized LinkedIn URL within the workspace. Use campaignstack_list_competitor_watches to see existing watches.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
workspaceId | string | Yes | — | (min length: 1) |
linkedinUrl | string | Yes | — | (min length: 1) |
name | string | Yes | — | (min length: 1) |
entityType | company | influencer | Yes | — | |
linkedinAccountIds | string[] | No | — | Optional LinkedIn account IDs to use for scraping (defaults to all workspace accounts) |
list_competitor_watches
Section titled “list_competitor_watches”Full name: campaignstack_list_competitor_watches
Lists competitor watches for a workspace. Optionally filter by status (active/paused). Use campaignstack_get_competitor_watch to see post details for a specific watch.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
workspaceId | string | Yes | — | (min length: 1) |
status | active | paused | No | — | Filter by status. Omit to list all watches. |
get_competitor_watch
Section titled “get_competitor_watch”Full name: campaignstack_get_competitor_watch
Returns a competitor watch with post count and the 5 latest posts. Use campaignstack_list_competitor_watches to find valid watch IDs.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
watchId | string | Yes | — | (min length: 1) |
delete_competitor_watch
Section titled “delete_competitor_watch”Full name: campaignstack_delete_competitor_watch
Deletes a competitor watch and disables its associated automations. This action is irreversible. Use campaignstack_pause_competitor_watch to temporarily stop monitoring instead.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
watchId | string | Yes | — | (min length: 1) |
pause_competitor_watch
Section titled “pause_competitor_watch”Full name: campaignstack_pause_competitor_watch
Pauses a competitor watch and disables its associated automations. Use campaignstack_resume_competitor_watch to resume monitoring.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
watchId | string | Yes | — | (min length: 1) |
resume_competitor_watch
Section titled “resume_competitor_watch”Full name: campaignstack_resume_competitor_watch
Resumes a paused competitor watch and re-enables its associated automations. Use campaignstack_pause_competitor_watch to pause monitoring.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
watchId | string | Yes | — | (min length: 1) |