Contents

Support Managers

Aerielle Kiyori
English
online
Kaitlynn Rizzo
English
online
xartashah
English
online
show offline managers  
English, Hindi, Russian  

send_group_notice (SBSL Command)

Have a question? Ask at SmartBots DevPortal!

DevPortal is a blog and forum for developers. Ask your questions to get a prompt reply!

Continue to DevPortal


Does the actual delivery of a previously prepared notice.

Syntax

send_group_notice GROUP-UUID MESSAGE

Command parameters

The following table explain the entries of the command:

Entry Description
GROUP-UUID the group UUID
MESSAGE the notice text.

Comments

This command sends a group notice previous prepared by prepare_group_notice command.

The notice delivery fails if subject contains international characters (notice text may contain them though).

Examples

Relays the owner's message as the group notice:

instant_message {
  if $speaker_name == Glaznah Gassner
    prepare_group_notice 0b65a122-8f77-64fe-5b2a-225d4c490d9c Relaying a message
    send_group_notice $message
  endif
}

<< return back to SBSL commands