campaignstack_create_signal_agent
Create a new signal agent that monitors a LinkedIn profile, company feed, group, or post for engagements. Auto-generates a template workflow and lead list. target specifies what to watch: { platform: 'linkedin', kind: 'profile', urn: '...' } for profile/company feeds, { platform: 'linkedin', kind: 'group', url: '...', groupId: '...' } for groups, or { platform: 'linkedin', kind: 'post', url: '...', activityId: '...' } for specific posts. accountIds are the accounts that observe the feed; actAccountIds are the accounts that act on signals. Use campaignstack_list_accounts to find account IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| type | Yes | ||
| target | Yes | ||
| accountIds | Yes | ||
| targetName | Yes | ||
| workspaceId | No | ||
| responseMode | Yes | ||
| silenceHours | No | ||
| actAccountIds | Yes | ||
| publicReplyConfig | No | ||
| followUpDelaysHours | No |