Mighty Networks

Manage members, spaces, content, events, plans, and other administrative resources in a Mighty Network through its GA Admin REST API.

24 actions Integration catalog
Request access
Connect Mighty Networks once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add Member to SpaceMIGHTY_NETWORKS_ADD_MEMBER_TO_SPACE
Add an existing member of the connected Mighty Network to a space, granting that member access to the space.
Create EventMIGHTY_NETWORKS_CREATE_EVENT
Create a one-time or recurring visible event in a Mighty Networks space. By default, the event is also posted to the activity feed; set post_in_feed=false to suppress that additional feed side effect.
Create InviteMIGHTY_NETWORKS_CREATE_INVITE
Create an invitation to the connected Mighty Network. This operation immediately sends an invitation email to the recipient; there is no option to suppress or delay the email.
Create MemberMIGHTY_NETWORKS_CREATE_MEMBER
Create a full Network member or a limited member assigned to specified spaces. This creates a real member account. By default Mighty Networks also sends the new member a welcome email; set send_welcome_email=false to suppress that email.
Create PostMIGHTY_NETWORKS_CREATE_POST
Create and publish a visible post or article in a Mighty Networks space. This immediately creates community-visible content and can notify the Network; set notify=false to suppress notifications.
Get EventMIGHTY_NETWORKS_GET_EVENT
Return details for one Mighty Networks event by ID.
Get MemberMIGHTY_NETWORKS_GET_MEMBER
Return one member in the connected Mighty Network by member ID or exact email address. Provide exactly one lookup value.
Get NetworkMIGHTY_NETWORKS_GET_NETWORK
Return identity and profile details for the Network connected to this Admin API key.
Get PostMIGHTY_NETWORKS_GET_POST
Return details for one Mighty Networks post or article by ID.
Get SpaceMIGHTY_NETWORKS_GET_SPACE
Return details for one space in the connected Mighty Network by ID.
List Abuse ReportsMIGHTY_NETWORKS_LIST_ABUSE_REPORTS
Return one page of abuse reports for moderation review.
List CollectionsMIGHTY_NETWORKS_LIST_COLLECTIONS
Return one page of collections that organize spaces in the connected Mighty Network.
List Event RSVPsMIGHTY_NETWORKS_LIST_EVENT_RSVPS
Return one page of RSVP records for an event in the connected Mighty Network.
List EventsMIGHTY_NETWORKS_LIST_EVENTS
Return one page of events in the connected Mighty Network.
List InvitesMIGHTY_NETWORKS_LIST_INVITES
Return one page of Network invitations, optionally filtered by recipient email.
List MembersMIGHTY_NETWORKS_LIST_MEMBERS
Return one page of members in the connected Mighty Network.
List PlansMIGHTY_NETWORKS_LIST_PLANS
Return one page of access and payment plans configured for the connected Mighty Network.
List PostsMIGHTY_NETWORKS_LIST_POSTS
Return one page of posts across the connected Mighty Network.
List SpacesMIGHTY_NETWORKS_LIST_SPACES
Return one page of spaces in the connected Mighty Network.
Remove Member from SpaceMIGHTY_NETWORKS_REMOVE_MEMBER_FROM_SPACE
Remove an existing member from a space without deleting the member's Network account. This revokes the member's access to the selected space.
Revoke InviteMIGHTY_NETWORKS_REVOKE_INVITE
Revoke an unaccepted invitation to the connected Mighty Network. An invite that has already been accepted cannot be revoked with this action.
Set Event RSVPMIGHTY_NETWORKS_SET_EVENT_RSVP
Create or update a Mighty Networks member's RSVP for an event. This changes the member's attendance state to yes, maybe, or no.
Update MemberMIGHTY_NETWORKS_UPDATE_MEMBER
Update selected profile or Network role fields for an existing member. Provide at least one of role, email, first_name, or last_name. Changing the role to host or moderator grants elevated community permissions.
Update PostMIGHTY_NETWORKS_UPDATE_POST
Update the title and/or body of an existing Mighty Networks post or article; provide at least one of title or description. This changes content visible to the community and can notify the Network; set notify=false to suppress notifications.