iBill.io icon

iBill.io

Consume iBill.io API (v.0.1.4)

Overview

This node integrates with the iBill.io API to create a new service entry. It is useful for automating the addition of services linked to customers and products within the iBill.io system. For example, it can be used to programmatically add a new service for a customer with specific product details, pricing, and tags, streamlining service management workflows.

Use Case Examples

  1. Create a new service for a customer with a specified product and price.
  2. Add a service with tags and discount information for better categorization and billing.

Properties

Name Meaning
User Name The username associated with the service creation request.
Customer ID The unique identifier of the customer for whom the service is being created.
Product ID The unique identifier of the product associated with the service.
Additional Fields Optional fields to provide extra details about the service such as price, enabled status, discount, tags, and external ID.

Output

JSON

  • id - The unique identifier of the created service.
  • username - The username associated with the created service.
  • customer_id - The customer ID linked to the service.
  • product_id - The product ID linked to the service.
  • price - The price of the service.
  • enabled - Indicates if the service is enabled.
  • discount - Discount applied to the service.
  • tags - Tags associated with the service.
  • external_id - External identifier for the service.

Dependencies

  • iBill.io API
  • API key credential for iBillApi

Troubleshooting

  • Common issues include invalid or missing credentials, resulting in authentication errors. Ensure the API key credential is correctly configured.
  • Errors may occur if required fields like username, customer ID, or product ID are missing or invalid. Validate input data before execution.
  • If the operation returns undefined, it indicates a problem with the API response or node configuration. Check API availability and node settings.

Links

  • iBill.io API Documentation - Official API documentation for iBill.io, useful for understanding available endpoints and data structures.

Discussion