Actions33
- Public Actions
- Public Admin Actions
- Reseller Actions
- Create New Team
- Get Team Information
- Update Team
- Remove Team From Reseller
- Update Team Avatar
- Create Team Bulk Inboxes And Users
- Get Team Users
- Add User To Team
- Remove Users From Team
- Get Team Inboxes
- Remove Team Inboxes
- Create Team Bulk Inboxes
- Assign Users To Inbox
- Remove Users From Inbox
- Get Team Whitelist Domains
- Create Team Whitelisted Domain
- Remove Team Whitelisted Domain
- Create Reseller
- Import Team Users
- Get Import Team Users Job Status
Overview
This node operation allows users to create a whitelisted domain for a specific team within a reseller context. It is useful in scenarios where teams need to restrict or allow access based on email domains, enhancing security and control over which email addresses can interact with the team's resources. For example, an organization managing multiple teams might want to whitelist certain email domains to ensure only authorized users from those domains can join or communicate within the team.
Properties
Name | Meaning |
---|---|
Team Id | The unique identifier of the team for which the whitelisted domain is being created. |
The email address representing the whitelisted domain to be added to the team’s list. |
Output
The node outputs JSON data representing the result of the creation request for the team whitelisted domain. This typically includes confirmation details such as the created domain entry or status information. There is no indication that binary data is output by this node.
Dependencies
- Requires an API key credential for authentication to the external service.
- Depends on the base URL configured via credentials to connect to the appropriate API endpoint.
- Uses HTTP headers specifying JSON content type and acceptance.
Troubleshooting
- Missing or invalid Team Id: Ensure the Team Id is provided and correctly formatted; otherwise, the API may reject the request.
- Invalid email format: The email property must be a valid email address; invalid formats will cause errors.
- Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
- Network or API endpoint issues: Confirm the base URL and network connectivity to the external API service.
Links and References
- No direct links available from the source code. Users should refer to the API documentation of the external service managing teams and whitelisted domains for detailed usage and error codes.