Bill

Provides integration into BILL via the V3 REST API.

Revision History

0.0.0.5 - Initial release.
0.0.0.7 - Remove page handling properties from templates.

Connection

Parameter Type Description
Is Sandbox Boolean Set to true for sandbox credentials and endpoints.
Username String Bill API username.
Password Masked Bill API password.
Organization ID String Bill organization identifier.
Developer Key Masked Bill developer key.
Token Masked Bill session token returned from authentication.

Setup Notes

The Username and Password are what you use to log in to your Bill environment.
Once logged in:
1 - Open the Settings tab from the left panel.
2 - In the left panel again, expand Sync & Integrations and click on Manage Developer Keys
3 - In the new panel, at the top right, click Generate developer key. Accept the terms and click Generate key
4 - A new entry will appear in the panel, click on the eye icon to make the Developer Key visible and save this value.
5 - At the bottom of this panel, under the Developer Keys, you will see the Organization ID, save this value as well.
6 - We will now use the Username, Password, Developer Key and Organization ID in the Flowgear Connections setup screen.
7 - Please note: You will not enter the Token, that is automatically generated by the system.
8 - Once you have entered these values into the Flowgear Connections setup, click the Test button to ensure the connection is setup correctly.

Methods

Query

Parameter Type Notes
Connection Connection Connection profile.
OperationId String Auto Filled by chosen template.
Options Object Additional parameters such as route and query values.
Return Type Notes
Response Array Output from Query operation.

Create

Parameter Type Notes
Connection Connection Connection profile.
OperationId String Auto Filled by chosen template.
Options Object Additional parameters such as route and query values.
Items Array Data fed into function
Return Type Notes
Response Array Output from Create operation.

Update

Parameter Type Notes
Connection Connection Connection profile.
OperationId String Auto Filled by chosen template.
Options Object Additional parameters such as route and query values.
Items Array Data fed into function
Return Type Notes
Response Array Output from Update operation.

Delete

Parameter Type Notes
Connection Connection Connection profile.
OperationId String Auto Filled by chosen template.
Options Object Additional parameters such as route and query values.
Items Array Data fed into function
Return Type Notes
Response Array Output from Delete operation.