BILL
Provides integration with the BILL.com API, enabling you to automate tasks such as managing vendors, employees, invoices, payments, and more within your BILL.com account.
Revision History
1.0.0.0 Initial Release
Properties
Connection
Type: Connection Input
The connection profile for your BILL.com account and authentication details.
Username
Type: String
Your BILL.com account username.
Password
Type: Password
Your BILL.com account password.
OrganizationId
Type: String
The identifier of your organization in BILL.com.
DeveloperKey
Type: Password
Your developer key issued by BILL.com for API access.
Token
Type: Password
The authentication token generated during login, used for subsequent requests.
OperationId
Type: String Input
The internal ID of the selected BILL.com operation. Set automatically when selecting a sample.
Description
Type: String Input
A short description of the selected operation. Set automatically when selecting a sample.
Request
Type: JSON Input
The JSON body for the API request. Used for operations like Create or Update. Leave empty for GET requests.
Response
Type: JSON Output
The JSON response returned by BILL.com after the operation completes.
Setup
To use this node, you need a BILL.com developer account and API access credentials. Refer to the BILL.com API documentation for details on obtaining your Organization ID and Developer Key.
Remarks
- The BILL.com API requires login to obtain a token before other API calls. This node handles that internally.
- Ensure your credentials are correct to avoid authentication errors.
- Some API features may require specific permissions or subscription plans.