ConnectMobile

Provides integration into Connect Mobile via their REST API documented here.

Revision History

1.0.0.0 Initial Release
1.0.0.1 Fixed Node Logo

Properties

Connection

Type: Connection Input
The Connection Property

BaseUrl
Type: String
Example: "https://sms.connect-mobile.co.za"

AccessToken
Type: Password
Example: "0lo8elslwlxql7lgtq9zf5cbskj7p1h6"

OperationId

Type: String Input
Populated by a GUID relevant to the selected Sample.

Request

Type: Multiline Text Input
The Request JSON payload, used for POST, PUT, and PATCH operations.

Response

Type: Multiline Text Output
The Response JSON payload, contains the response received from Magento 2.

ResponseCode

Type: String Input Output
The Response code that was received from the server such as 200 (success). Can be used to further validate calls.

Description

Type: String Input Output
The short description of the selected sample, usually detailing what kind of transaction that specific API call will perform. E.g. "Get a list of all stores"

Custom Inputs

Type: Text Input
Custom inputs are automatically created for the node when a sample containing url parameters has been selected. Url parameters that are part of the API call are required, while query type parameters can be removed or added based on individual need.
Example: the custom input "id" from the customerGroupRepositoryV1SavePut api call is required, while the custom input "searchCriteria[pageSize]" from quoteCartRepositoryV1GetListGet is not required.

Remarks

Node Samples

Access Node Samples to see a list of available calls.

Examples

See Also