WorkspaceInvite
Update type - invite to a new workspace
workspaceIdstringrequired
ID of the workspace the bot was invited to
Example:
AIQffAsGi8inviterNamestringrequired
Name of the member who sent the invite
Example:
John SmithinviterEmailstringrequired
Email of the member who sent the invite
Example:
ivanov@example.orgWorkspaceInvite
{
"workspaceId": "AIQffAsGi8",
"inviterName": "John Smith",
"inviterEmail": "ivanov@example.org"
}