Push Trigger Notification

Last Updated on : 2023-06-21 07:12:56download

A third party pushes a notification that the meeting linkage template is triggered, and informs the system that the conditions set in the template are met.

API address

POST: /v1.0/iot-03/meeting-scenes/{room_id}/messages/actions/push

Request parameter

Parameter name Type IN Required Description
room_id String uri true The ID of a specified meeting room.

Description of body

Parameter name Type IN Required Description
event_type String true The event type. Valid values:
  • sign_enable: Sign-in is required.
  • sign_disable: Sign-in is not required.

Return parameter

Parameter name Type Description
result Boolean Indicates whether the operation is successful.

Request example

POST: /v1.0/iot-03/meeting-scenes/12312312/messages/actions/push
{ "event_type": "sign_disable" }

Return example

{ "result": true, "t": 1626921111894, "success": true }

Error code

For more information, see error code.