Skip to main content

A watchlist signal representing a tracked event (hiring, LinkedIn activity, website visit, etc.)

_id
string
required

Unique signal identifier

teamId
string
required

Team ID that owns this signal

watchListId
string
required

Associated watchlist ID

type
enum<string>
required

Signal type

Available options:
companyIsHiring,
companyRaisedFunds,
jobChange,
newHire,
companyEmployeeVisitedMyWebsite,
linkedinProfile,
linkedinTopic
status
enum<string>
required

Signal status (computed based on user actions)

Available options:
new,
old,
handled,
ignored
receivedAt
string<date-time>
required

When the signal was received

createdAt
string<date-time>
required

When the signal was created in the database

signalData
object
required

Signal-specific data that varies by signal type

watchListName
string

Name of the associated watchlist

contact
object

Contact associated with this signal (if entity type is 'contact')

company
object

Company associated with this signal