Cloudbeds

Provides integration with Cloudbeds via its REST API.

Revision History

1.0.0.3 Initial Release

Properties

Connection

Type: Connection Input
The Connection Property used to configure Cloudbeds authentication.

RefreshToken
Type: Secret
Mandatory. Auto-generated when you connect your account.

AccessToken
Type: Multiline Text
Mandatory. Auto-generated when you connect your account.

ReturnRestFailureResponses
Type: Boolean
When enabled, API failures are returned in the Response payload instead of being raised as Node errors.

ExcludeEmptyQueryParameters
Type: Boolean
When enabled, empty custom Properties are omitted from the request query string.

OperationId

Type: String Static
Contains the ID of the operation chosen from a Node Sample. Do not change this Property manually.

Description

Type: String Static
Contains the generated description for the selected operation.

Request

Type: JSON Input
Contains the request payload for the selected operation.

ResponseCode

Type: String Output
Contains the response code returned by the API. 200 indicates success.

ResponseHeaders

Type: Multiline Text Output
Contains the response headers returned by the API.

Response

Type: JSON Output
Contains the response payload returned by the API. A sample value is populated when a Node Sample is selected.

Custom Inputs

This Node supports Custom Input Properties. The appropriate Properties are added when you select a Node Sample. The custom Properties are resolved into parameters in the request URL. For example, if the operation queries a customer record, the definition document may specify /customers/{customerId}. In that case, a custom Property called customerId is added when you select a "get customer" Node Sample.

Remarks

Setting up a Connection

Click the Connect your Account button in the Flowgear Connection screen to start account authorization. When the process completes, AccessToken and RefreshToken are populated automatically.

Using the Node

This Node wraps the Cloudbeds REST API. See the Cloudbeds API Reference.