Actions16
- Signal Actions
- Usage Actions
- Customer Actions
- Agent Actions
- Analytics Actions
- Invoice Actions
- Webhook Actions
- Cost Guard Actions
- Reconciliation Actions
Overview
This node interacts with the AgentBill API to manage AI usage tracking and billing. Specifically, for the 'Customer' resource with the 'Create' operation, it allows users to create a new customer by providing essential details such as customer name, email, and optionally phone number. This is useful for businesses that need to register customers in the AgentBill system to track AI usage and billing per customer.
Use Case Examples
- Creating a new customer in AgentBill by specifying their name, email, and phone number to start tracking their AI usage and billing.
- Automating customer registration in AgentBill when onboarding new clients to ensure their AI usage is monitored.
Properties
| Name | Meaning |
|---|---|
| Customer Name | The name of the customer to be created. |
| The email address of the customer. | |
| Phone | The phone number of the customer (optional). |
Output
JSON
id- Unique identifier of the created customer.name- Name of the created customer.email- Email address of the created customer.phone- Phone number of the created customer, if provided.
Dependencies
- AgentBill API key credential for authentication
Troubleshooting
- Ensure that the 'Customer Name' and 'Email' fields are provided and valid, as they are required for creating a customer.
- If the API key credential is missing or invalid, the node will fail to authenticate with the AgentBill API.
- Network issues or incorrect base URL configuration can cause HTTP request failures.
Links
- AgentBill API - Create Customer - Official documentation for creating a customer via the AgentBill API.