Flow APIs

Send message to another script

this.$api.command.script_message_send(reference_name, message, (callback) => {
	// Reply from other script(s)
});

reference_name: (String) The reference name of the script(s) to search for.
message: (Any) The message to be sent. Can be anything.
callback(Object): The reply from the script(s) the message was sent to (if configured).

Community of Makers

Our Discord has evolved into a vibrant hub for widget creators. Seek answers to your questions, and showcase your innovative widgets to a community of passionate makers.