30 days free. No credit card. Full access from the moment you connect your site.

Start free trial

BuddyBoss Manage Email Invites

buddyboss/manage-invites invites people who are not yet members, by email address.

That is different from buddyboss/manage-group-invites, which moves existing members into a group. This one sends mail to strangers.

At a glance

Abilitybuddyboss/manage-invites
ToolsetBuddyBoss — toolset/buddyboss
GroupBuddyBoss › Notifications & Invites
RequiresAcrossAI Pro, plus BuddyBoss Platform active on the site
Capabilitymanage_options
SafetyWrites data
RepeatableIdempotent — running it twice leaves the same result
Ships inAcrossAI Pro 0.9.16 and later

How it works

Sending cannot be undone. Cancelling an invitation afterwards removes the record and not the email that already arrived — there is no recall, and the recipient has an invitation to a community they may or may not have been expecting.

That makes the recipient list worth checking before sending rather than after, particularly when it was assembled programmatically.

action=list shows outstanding invitations, send issues them, and cancel removes a pending one — which stops it being accepted, but does nothing about the mail.

The three invitation abilities in this suite are worth keeping straight: this one reaches non-members, buddyboss/manage-group-invites moves members into a group, and buddyboss/manage-membership-requests handles members asking to join.

Idempotent for listing and cancelling; sending is not.

Input

NameTypeRequiredWhat it is
actionstringYeslist, send or cancel.
emailstringFor sendThe address to invite.
invite_idintegerFor cancelWhich invitation.
messagestringNoA message to include.

What comes back

NameTypeWhat it is
invitesarrayOutstanding invitations, for list.
successbooleanWhether the call completed.
messagestringA one-line summary of what happened, suitable for showing a human.
error_codestringPresent only on failure — a stable machine-readable reason, such as a missing field, a wrong field type or an unmet confirmation.

Example

Ask your assistant:

Invite this person to join the community.

It resolves to one call:

{
  "ability": "buddyboss/manage-invites",
  "parameters": {
    "action": "send",
    "email": "newperson@example.com"
  }
}

Worth knowing

  • Sending cannot be recalled. Cancelling removes the record, not the email.
  • This reaches non-members. The group-invite ability does not.
  • Check a programmatically built list before sending.
  • Three different invitation directions exist in this suite.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading