send_group_im

From SmartBots Developers Docs
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