send_msg()
  • 1 Minute to read

send_msg()


Article summary

send_msg()

Send a message to external applications connected to the RESTful API

Reference

Arguments

ArgumentsType
datadictjson compatible dictionary.

Return

None

Example

msg = {'other_string': 'hello', 'other_number': self.i}
await self.communication.send_msg(msg)

Was this article helpful?