Create Contact Radar
Create a contact radar for person-level tracking.
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.
Authorizations
Body
The type of contact activity to track. Choose based on your tracking needs:
• contact_job_changes: Track when someone leaves, gets promoted, or changes roles at a company. Requires domain and at least one identifier (email, profile_url, or full_name).
• contact_social_engagements: Track when people engage (react, comment, repost) with a specific person's social media posts. Requires profile_url.
• contact_social_posts: Track social media posts FROM a specific person. Monitors when the contact themselves posts content on social platforms. Requires profile_url.
contact_job_changes, contact_social_engagements, contact_social_posts URL where we'll send radar findings. Optional — if omitted, the radar is poll-only and updates are available via GET /v1/updates.
"https://webhook.site/your-webhook-id"
LinkedIn profile URL of the person to track.
• For contact_job_changes: Optional LinkedIn profile (used alongside other identifiers) • For contact_social_engagements: Required LinkedIn profile (this is whose engagement activity we'll track) • For contact_social_posts: Required LinkedIn profile (this is whose posts we'll track)
Protocol (https://) is automatically added if missing.
"https://www.linkedin.com/in/johndoe"
Company domain where the contact works.
• Required for contact_job_changes (the company you're tracking them at) • Optional for contact_social_engagements (not needed for social tracking) • Optional for contact_social_posts (can be used to associate the contact with a company)
Automatically normalized - strips protocol, www, paths.
"stripe.com"
Contact's email address. Used for contact_job_changes only. At least one identifier (email, profile_url, or full_name) required for job change tracking.
"john.doe@stripe.com"
Contact's full name. Used for contact_job_changes only. At least one identifier (email, profile_url, or full_name) required for job change tracking.
"John Doe"
Optional metadata to attach to this radar. Values must be strings only. Use for internal tracking like account_id, customer_id, or deal_stage. Returned with every webhook.
{
"account_id": "acc_123",
"customer_id": "cust_456",
"deal_stage": "negotiation"
}