web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Automate
Unanswered

GroupMe connector

(0) ShareShare
ReportReport
Posted on by 1

Is there such a thing as a GroupMe connector?  Braindead Copilot responds to pick it from the list of connectors...but I don't believe it exists.

Categories:
I have the same question (0)
  • Kcautomations Profile Picture
    8 on at

    Not that im aware of, but I made this .yaml openAPI file you can import directly into power automate custom connectors. Just make sure you update your groupme redirect URL and use the correct Cliend_ID and Secret!:

     

    openapi: 3.0.1
    info:
     title: GroupMe API
     description: API for connecting to GroupMe services
     version: 1.0.0
    servers:
     - url: https://api.groupme.com/v3
    paths:
     /groups:
     get:
     summary: List Groups
     operationId: listGroups
     parameters:
     - name: token
     in: query
     required: true
     schema:
     type: string
     description: Access token
     responses:
     '200':
     description: Successful response
     content:
     application/json:
     schema:
     type: object
     properties:
     response:
     type: array
     items:
     type: object
     properties:
     id:
     type: string
     name:
     type: string
     description:
     type: string
     image_url:
     type: string
     creator_user_id:
     type: string
     created_at:
     type: integer
     updated_at:
     type: integer
     members:
     type: array
     items:
     type: object
     properties:
     user_id:
     type: string
     nickname:
     type: string
     image_url:
     type: string
     /groups/{group_id}/members/add:
     post:
     summary: Add Members to a Group
     operationId: addMembers
     parameters:
     - name: group_id
     in: path
     required: true
     schema:
     type: string
     description: ID of the group
     requestBody:
     required: true
     content:
     application/json:
     schema:
     type: object
     properties:
     members:
     type: array
     items:
     type: object
     properties:
     nickname:
     type: string
     description: Nickname of the member
     user_id:
     type: string
     description: User ID of the member
     phone_number:
     type: string
     description: Phone number of the member
     email:
     type: string
     description: Email of the member
     guid:
     type: string
     description: GUID for correlation
     responses:
     '202':
     description: Accepted response with results_id
     content:
     application/json:
     schema:
     type: object
     properties:
     results_id:
     type: string
     /groups/{group_id}/members/{membership_id}/remove:
     post:
     summary: Remove a Member from a Group
     operationId: removeMember
     parameters:
     - name: group_id
     in: path
     required: true
     schema:
     type: string
     description: ID of the group
     - name: membership_id
     in: path
     required: true
     schema:
     type: string
     description: Membership ID of the member to be removed
     responses:
     '200':
     description: Member removed successfully
    components:
     securitySchemes:
     OAuth2:
     type: oauth2
     flows:
     authorizationCode:
     authorizationUrl: https://oauth.groupme.com/oauth/authorize
     tokenUrl: https://oauth.groupme.com/oauth/token
     scopes:
     read: Access your GroupMe data
    security:
     - OAuth2:
     - read

     

    Save that as a .yaml file type and import it into power automate custom connectors. Photo dump for context:
     

    Kcautomations_0-1716611590713.png

    Kcautomations_1-1716611817226.png

    Kcautomations_2-1716611873675.png

    You can reuse the /token url for the refresh url, gont forget to add in your client id and secret from the other page! Initially you'll have to create the groupme application with some dumby callback url. After saving it will create the custom connecter and populate the redirect URL. YOU HAVE TO GO BACK AND CHANGE THAT IN GROUP ME, and this connector comes with 2 actions defined MEMBERS ADD and MEMBERS REMOVE that can be used within power automate.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 538 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 405 Moderator

#3
abm abm Profile Picture

abm abm 252 Most Valuable Professional

Last 30 days Overall leaderboard