Send/Log An Event
HTTPS API -> Send/Log An Event
Check this article on setting up an event
Use the GET call below to send event
Trigger the event by event code
GET
https://{server_address}/external/api/logEvent?token={token}&code={event_code}&description={event_description}
This endpoint allows you to trigger the event.
Example:
https://blynk.cloud/external/api/logEvent?token=GVki9IC70vb3IqvsV0YD3el4y0OpneL1&code=firmware_update&description=test
Path Parameters
Name
Type
Description
description
string
Event description
code
string
Event code
token
string
Device auth token
Last updated
Was this helpful?