Release follow-up and social posts
Connect Linear release context with Clay and HubSpot so prospects and customers get a relevant Welles demo, then reuse the same video on X and LinkedIn.
New release matches account pain point
Find matching accounts, create a feature-specific Welles demo, attach it to the outbound task, and publish trimmed clips to X and LinkedIn.
Reps get a launch asset the same day the feature ships, so campaigns start with proof instead of a generic announcement.
linear.release = "new feature"
clay.find_accounts({ pain: release.tag })
hubspot.create_task({
asset: welles_share_url
})
social.schedule(["x", "linkedin"], {
asset: welles_share_url
})