Actions115
- Teams Actions
- Account Users Actions
- Custom Attributes Actions
- Contacts Actions
- Conversation Labels Actions
- Reports Actions
- Accounts Actions
- Contact Actions
- Agent Bots Actions
- Users Actions
- Inbox API Actions
- Contacts API Actions
- Conversations API Actions
- Messages API Actions
- CSAT Survey Page Actions
- Account Agent Bots Actions
- Agents Actions
- Canned Responses Actions
- Canned Response Actions
- Messages Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Inboxes Actions
- Integrations Actions
- Profile Actions
- Custom Filters Actions
- Webhooks Actions
Overview
This node allows the creation of a new user in the system by providing essential user details such as name, email, and password. It supports adding custom attributes to the user profile, enabling flexible user data management. This node is useful in scenarios where automated user registration or bulk user creation is needed, such as onboarding new employees, registering customers, or managing user accounts in an application.
Use Case Examples
- Automatically create a user account when a new customer signs up on a website.
- Batch create multiple users with custom attributes for a marketing campaign.
- Integrate with an HR system to add new employees to the user database.
Properties
| Name | Meaning |
|---|---|
| Name | The name of the user to be created. |
| The email address of the user to be created. | |
| Password | The password for the user account, which must contain uppercase, lowercase letters, a number, and a special character. |
| Custom Attributes | Custom JSON attributes to associate with the user, allowing additional user-specific data to be stored. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and request timeout. |
Output
JSON
id- Unique identifier of the created user.name- Name of the created user.email- Email address of the created user.custom_attributes- Custom attributes associated with the created user.created_at- Timestamp when the user was created.
Dependencies
- Requires an API key credential for authentication to the Konverte Digital API.
Troubleshooting
- Ensure the password meets the complexity requirements (uppercase, lowercase, number, special character) to avoid validation errors.
- Check that the email address is unique and properly formatted to prevent creation failures.
- If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option cautiously.
- Verify proxy settings if requests fail due to network issues.
- Adjust timeout settings if the server response is slow or times out.