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 users to create a new account by specifying the account name. It is useful in scenarios where automated account creation is needed, such as onboarding new users or integrating with external systems that require account management.
Use Case Examples
- Creating a new user account in a CRM system automatically when a new lead is added.
- Automating account creation in a billing system when a new customer signs up.
Properties
| Name | Meaning |
|---|---|
| Name | The name of the account to be created. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and request timeout. |
Output
JSON
id- The unique identifier of the created account.name- The name of the created account.createdAt- Timestamp when the account was created.
Dependencies
- Requires an API key credential for authentication to the Konverte Digital API.
Troubleshooting
- Common issues include invalid or missing API credentials, resulting in authentication errors.
- Network issues such as proxy misconfiguration or SSL certificate validation failures can cause request failures.
- Timeout errors may occur if the server does not respond within the specified timeout period.
Links
- Konverte Digital API - Create Account - Official API documentation for creating an account using the Konverte Digital API.