Notifies you when people engage with posts from contacts you’re tracking on social channels. This includes reactions (like, celebrate, support, etc.), comments, and reposts on the tracked contact’s posts.Documentation Index
Fetch the complete documentation index at: https://docs.tamradar.com/llms.txt
Use this file to discover all available pages before exploring further.
Content Structure
Thecontent object contains the engagement information:
| Field | Type | Required | Description |
|---|---|---|---|
| post_url | string | Yes | URL of the social post that received engagement |
| post_content | string | Yes | Text content of the original post |
| post_channel | string | Yes | Social media channel (always “linkedin”) |
| post_posted_at | string | Yes | Date when the post was published (YYYY-MM-DD) |
| engagement_type | string | Yes | Type of engagement: “reaction”, “comment”, or “repost” |
| engagement_content | string | No | Content of the engagement (comment text or repost text). Null for reactions. |
| engagement_content_url | string | No | URL of the engagement content (for reposts). Null for reactions and comments. |
| author | object | Yes | Details of the person who engaged with the post |
Author Object Structure
Theauthor object contains details about the person who engaged:
| Field | Type | Nullable | Description |
|---|---|---|---|
| profile_type | string | Yes | Type of profile: “contact” or “company” |
| first_name | string | No | First name of the person who engaged, or company name |
| last_name | string | Yes | Last name of the person - null if profile_type is company |
| profile_url | string | No | Social profile URL of the person who engaged |
| title | string | Yes | Job title or position |
| company_name | string | Yes | Company name where they work |
| company_domain | string | Yes | Company domain where they work |
| country | string | Yes | Country location |
Example
This example includes base webhook fields along with contact-social-engagement-specific content:Use Cases
Sales IntelligenceWhen a VP or C-level executive from a target account engages with your tracked contact’s post about industry trends, this signals interest and creates a warm introduction opportunity. The engagement data provides context for outreach - you know what content resonated with them. Relationship Mapping
By tracking who engages with your key contacts’ posts, you can identify hidden connections and influencers within target organizations. If multiple people from the same company engage with content, it reveals the internal network and decision-making structure. Engagement Pattern Analysis
Track which types of content (product launches, thought leadership, company updates) generate the most engagement from valuable contacts. This helps understand what messaging resonates with your target audience and when they’re most active. Warm Lead Identification
When someone consistently engages with your tracked contact’s content through comments and reactions, they’re demonstrating active interest. These engaged individuals become warm leads for outreach, as they’re already familiar with your contact’s expertise and perspectives.
Technical Notes
- Engagement Limits: We capture up to 200 engagements per post to ensure timely delivery while covering the most engaged audience
- Post Monitoring Window: We look back 48 hours for existing posts and monitor each post for 48 hours total
- Incremental Updates: We continuously check for new engagements during the monitoring window, sending webhooks only for net-new activities (no duplicates)
- Lookback Period for First Day: If no post is found from the past 48 hours when you created the radar, TAMradar will still try to fetch the person’s last post. Keep in mind that this might return posts from the past, so check the
post_posted_atfield to ensure smooth processing