send_group_im

From SmartBots Developers Docs
Simple Groups API
Revision as of 12:36, 8 March 2022 by Gg (Talk | contribs) (Created page with "{{DISPLAYTITLE: send_group_im}} <onlyinclude>Send message to the group chat.</onlyinclude> {{API Variables Table}} {{API HTTP Group Required Vars|send_group_im}} {{API Vari...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Send message to the group chat.

Variables

The following table shows input values (you send them with the API call) and returned output values.

Variable Required Description
Input base:
action yes = send_group_im
apikey yes Your personal developer's API key.
secret yes Security code of the group you are using.
secret_sha1 optional The same as "secret" but hashed using SHA1 (useful if you don't want to keep plain customer's passwords)
Input:
group yes the group name (must be listed with SmartBots!)
message yes The message
Output (plain text returned):

Comments

The "Join group chat" ability is required for the bot to send the message.

<< return back to group commands