Explore Plans
Mobile menu Close menu
Google ChatGoogle Chat

Add member to a space

This action will add a member to a space using their email address. Note: This action will only work if you have the permissions to modify the space members and settings. Also, the member should be a Google Workspace member.

Developer info

API endpoint slug
google_chat.add_member
Filter code method
GoogleChat.addMember.skip(string?: reason)
Runtime method
runAction("google_chat.add_member", {})

Action fields

Space Dropdown list

Label
Which space?
Slug
space
Required
true
Can have default value
false

Member role Dropdown list

Label
What is their role in the space?
Slug
member_role
Required
true
Can have default value
true
Filter code method
GoogleChat.addMember.setMemberRole(string: memberRole)

Email address Text input > Other

Label
What is their email address?
Slug
email_address
Required
true
Can have default value
true
Filter code method
GoogleChat.addMember.setEmailAddress(string: emailAddress)