Cloudbeds
Help article for the Cloudbeds node that wraps the Cloudbeds REST based API.
This document was autogenerated for the Cloudbeds Node.
Revision History
1.0.0.3 Initial Release
Properties
Connection
Type: Connection Input
The Connection Property
RefreshToken
Type: Password
Mandatory (Auto-generated with "Connect your account")
AccessToken
Type: Multiline Text
Mandatory (Auto-generated with "Connect your account")
ReturnRestFailureResponses
Type: Boolean
When turned ON - Errors are not expressed as node errors, but are instead expressed inside the response payload.
ExcludeEmptyQueryParameters
Type: Boolean
When turned ON - Any empty custom properties on the node that would usually be expressed as query string parameters are ignored.
OperationId
Type: String Input
Mandatory (Auto-generated when a sample is selected)
Contains the ID of the operation chosen from a Node Sample. This property shouldn't be manually changed.
Description
Type: String Input
A generated description of the operation based on what was available in the Postman Collection.
Request
Type: String Input
The Request Property
Request
Type: Multiline Text Input
Contains the request payload (usually JSON) that provides the detail of the operation to perform. A sample value for this property is populated when a Node Sample is selected.
ResponseCode
Type: Type: String Output
Contains the response code returned from the API Server. 200 = Success etc.
ResponseHeaders
Type: Multiline Text Output
Contains the response headers as received from the API Server.
Response
Type: Multiline Text Output
Contains the response payload (usually JSON) as received from the API. Where possible, a sample value of this property is populated when a Node Sample is selected.
Custom Inputs
This Node supports Custom Input Properties and the appropriate properties will be added to the Node when a Node Sample is selected. These Properties are resolved into parameters in the URL that is generated for the request. For example, if the operation will query a customer record, the definition document may specify the URL template as /customers/{customerId}
. In this case, a Custom Property called customerId
will be added to the Node when a "get customer" Node Sample is selected.
Setting up a Connection
Click the Connect your Account button in the Flowgear Connection screen to initiate account authorization. On completion of this process, AccessToken and AccessSecret will be automatically populated for you.
Remarks
The Cloudbeds node wraps the Cloudbeds REST based API, details for that API can be found here. https://hotels.cloudbeds.com/api/docs/