Skip to main content
Version: v2

WorkspaceInvite

Update type - invite to a new workspace

workspaceIdstringrequired

ID of the workspace the bot was invited to

Example: AIQffAsGi8
inviterNamestringrequired

Name of the member who sent the invite

Example: John Smith
inviterEmailstringrequired

Email of the member who sent the invite

Example: ivanov@example.org
WorkspaceInvite
{
"workspaceId": "AIQffAsGi8",
"inviterName": "John Smith",
"inviterEmail": "ivanov@example.org"
}