Get Pending Group Invites

1 June 2014

  • C11 - added the group UUID.

21 December 2014

  • Release 7.34 - added.
getgroupinvites (Commands)
TypeCorrade progressive command
Commandgetgroupinvites
DescriptionThe getgroupinvites command can be used to list all group invites received by Corrade.
Permissionsgroup
Parametersgroup, password
Last ChangesC11 - added the group UUID.

The getgroupinvites command can be used to list all group invites received by Corrade.

Command Required Parameters Required Corrade Permissions Example
getgroupinvites group, password group
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // List all pending group invites.
            "command", "getgroupinvites",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "callback", wasURLEscape(URL)
        ]
    )
);

The CSV list of group invites contains, in order:

  1. the first name of the agent sending the group invite.
  2. the last name of the agent sending the group invite
  3. the agent UUID of the agent sending the group invite
  4. the name of the group that Corrade is invited to.
  5. the UUID of the group that Corrade is invited to.
  6. the session UUID of the group invite.
  7. the fee required to join the group.

Some of the returned parameters in the CSV list are the ones needed by the replytogroupinvite command in order to accept or decline the group invite.

Notes

  • Group invites do not carry over sessions: if Corrade goes offline after a group invite, then Corrade will not be able to reply to the group invite after it comes back online.

secondlife/scripted_agents/corrade/api/commands/getgroupinvites.txt ยท Last modified: 2022/12/07 06:35 by office

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.