Hi all,
I’ve set up a webhook in Blynk that should trigger when a specific datastream (in this case, a capacitance value on V7) is updated.
The webhook triggers correctly when:
- I run a test event
- I manually change the value through the Blynk web dashboard
But it does not trigger when:
- Real devices send updated capacitance values via
Blynk.virtualWrite(V7, value)
- Even though I can confirm the datastream is changing in real-time from the devices
I’m using the “Template Datastream update” event type. The devices were provisioned from the same template, and I’ve confirmed they are writing to the correct virtual pin.
Any idea why the webhook isn’t firing from actual device updates?
Thanks in advance.