FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
How We Added Generic Webhooks to SendRec
How-ToTools

How We Added Generic Webhooks to SendRec

via Dev.toAlex Neamtu1mo ago

SendRec already had Slack notifications. But Slack is one channel. What if you want to trigger an n8n workflow when someone views your video? Or POST to your CRM when a viewer clicks your call-to-action? Or pipe every event into a custom dashboard? You need generic webhooks — a single URL that receives every event as a JSON POST. What we built Every user can configure a webhook URL in Settings. When something happens to their videos, SendRec POSTs a JSON payload to that URL: { "event" : "video.viewed" , "timestamp" : "2026-02-21T14:30:00Z" , "data" : { "videoId" : "abc-123" , "title" : "Product Demo" , "watchUrl" : "https://app.sendrec.eu/watch/xyz" , "viewCount" : 5 , "viewerHash" : "sha256..." } } Seven event types cover the full video lifecycle: video.created , video.ready , video.deleted , video.viewed , video.comment , video.milestone , and video.cta_click . Each request includes an X-Webhook-Signature header so the receiver can verify the payload hasn't been tampered with. Signin

Continue reading on Dev.to

Opens in a new tab

Read Full Article
25 views

Related Articles

Why Most Developers
Stay Broke
How-To

Why Most Developers Stay Broke

Medium Programming • 2d ago

Building a Simple Lab Result Agent in .NET (Microsoft Agent Framework + Ollama)
How-To

Building a Simple Lab Result Agent in .NET (Microsoft Agent Framework + Ollama)

Medium Programming • 2d ago

“You don’t need to learn programming anymore” — Reality Check from a CTO
How-To

“You don’t need to learn programming anymore” — Reality Check from a CTO

Medium Programming • 2d ago

The Biggest Lie in Bug Bounty Tutorials
How-To

The Biggest Lie in Bug Bounty Tutorials

Medium Programming • 2d ago

DAY 8: The System Was Never Meant to Pay You
How-To

DAY 8: The System Was Never Meant to Pay You

Medium Programming • 2d ago

Discover More Articles