{
"_id": "<string>",
"teamId": "<string>",
"watchListId": "<string>",
"receivedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"signalData": {
"jobTitle": "<string>",
"jobDescription": "<string>",
"jobLocation": "<string>",
"jobUrl": "<string>",
"jobStatus": "<string>",
"websiteVisited": "<string>",
"visitorWebsite": "<string>",
"linkedinPostUrl": "<string>",
"linkedinPostText": "<string>",
"linkedinReactionType": "<string>",
"linkedinReactedAt": "2023-11-07T05:31:56Z",
"linkedinCommentText": "<string>"
},
"watchListName": "<string>",
"contact": {
"_id": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"jobTitle": "<string>",
"phone": "<string>",
"linkedinUrl": "<string>",
"picture": "<string>"
},
"company": {
"_id": "<string>",
"name": "<string>",
"domain": "<string>",
"linkedinUrl": "<string>",
"industry": "<string>",
"picture": "<string>"
}
}Objects & Definitions
Signal Agents / Signal
A signal detected by a Signal Agent representing a tracked event (hiring, LinkedIn activity, website visit, etc.)
Unique signal identifier
Team ID that owns this signal
ID of the Signal Agent associated with this signal
Signal type
Available options:
companyIsHiring, companyRaisedFunds, jobChange, newHire, companyEmployeeVisitedMyWebsite, linkedinProfile, linkedinTopic Signal status (computed based on user actions)
Available options:
new, old, handled, ignored When the signal was received
When the signal was created in the database
Signal-specific data that varies by signal type
Show child attributes
Show child attributes
Name of the Signal Agent associated with this signal
Contact associated with this signal (if entity type is 'contact')
Show child attributes
Show child attributes
Company associated with this signal
Show child attributes
Show child attributes
Was this page helpful?