Actions2
- Message Actions
- Contact Actions
Overview
This node integrates with Zoho TeamInbox to create a new contact within a specified organization and team. It is useful for automating the addition of contacts into Zoho TeamInbox, especially when managing communication teams or syncing contact data from other systems.
Typical use cases include:
- Automatically adding new customer contacts collected from forms or CRM systems.
- Syncing contact lists between different platforms and Zoho TeamInbox.
- Organizing contacts by team within an organization for better collaboration.
For example, you can use this node to add a new contact named "John Doe" with his email and phone number into the "Sales" team of your organization in Zoho TeamInbox.
Properties
| Name | Meaning |
|---|---|
| Organization | Select your organization in Zoho TeamInbox where the contact will be created. |
| Team | Select the team within the organization to which the contact will belong. |
| Contact Name | The full name of the contact to be created. |
| Email Address | The email address of the contact. |
| Description | Optional description or notes about the contact. |
| Mobile Number | Optional phone number of the contact. |
Output
The node outputs JSON data representing the newly created contact as returned by the Zoho TeamInbox API. This typically includes details such as the contact's unique ID, name, email, mobile number, description, and any other metadata provided by the API response.
No binary data output is produced by this operation.
Dependencies
- Requires an active Zoho TeamInbox API OAuth2 credential configured in n8n for authentication.
- Depends on the Zoho TeamInbox API being accessible and the user having appropriate permissions to create contacts within the selected organization and team.
Troubleshooting
Common Issues:
- Invalid or expired API credentials may cause authentication failures.
- Selecting an incorrect or unauthorized organization or team will result in permission errors.
- Missing required fields like Contact Name or Email Address will cause validation errors.
Error Messages:
- Authentication failed: Check that the API key or OAuth token is valid and has not expired.
- Permission denied: Verify that the authenticated user has rights to create contacts in the chosen organization/team.
- Validation error: Ensure all required fields are filled correctly, especially Contact Name and Email Address.
Resolving these usually involves verifying credentials, permissions, and input data correctness.
