Actions17
- Customer Actions
- Product Actions
- Service Actions
- Session Actions
Overview
This node integrates with the iBill.io API to perform operations related to various resources such as Customer, Product, Service, and Session. Specifically, for the 'Service' resource and 'Schedule suspension' operation, it schedules a suspension for a service on a specified date. This is useful for automating service management tasks like temporarily suspending a service based on a planned schedule.
Use Case Examples
- Scheduling a service suspension for a customer on a future date to manage billing or service availability.
- Automating service lifecycle events in a CRM or billing system.
Properties
| Name | Meaning |
|---|---|
| Service ID | The unique identifier of the service to schedule suspension for. |
| Suspension Date | The date and time when the service suspension should be scheduled. |
Output
JSON
id- The identifier of the service for which the suspension was scheduled.suspensionDate- The date and time when the suspension is scheduled.status- The status or result of the suspension scheduling operation.
Dependencies
- Requires an API key credential for iBill.io API authentication.
Troubleshooting
- Common issues include invalid or missing Service ID, incorrect date format for suspension date, or API authentication failures.
- Errors like 'Operation returns undefined' indicate that the API did not return expected data; ensure the API endpoint and parameters are correct.
- If the node throws credential errors, verify that the iBill.io API credentials are correctly configured and valid.
Links
- iBill.io API Documentation - Official API documentation for iBill.io, useful for understanding available endpoints and parameters.
