Invite Organization Member
neuron_invite_memberSend an invitation to a new member to join the organization. The invitee receives an email with a link to accept.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full name of the person being invited | |
| role | No | Role to assign to the member (e.g., 'admin', 'agent', 'viewer') | |
| Yes | Email address of the person to invite | ||
| orgId | Yes | Unique identifier (UUID) of the organization | |
| canViewConversations | No | Whether the invited member can view conversations (default: true) |