SalesCloud

Component ID

2317483

Component name

SalesCloud

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

647

Component created

Component changed

Component body

Connects drupal to SalesCloud's API, a Commerce Platform as a Service.

Module does not do anything by itself other than providing developers with simple functions to perform CRUD actions with the API:


$response = salescloud_index($entity);
foreach($response['data'] as $item) {
//Act on item
}

salescloud_create($entity, $data);
salescloud_update($entity, $id, $data);
salescloud_delete($entity, $id);

Requirements

PHP version at least 5.4
Curl version at least 7.16.2
allow_url_fopen enabled by php
Active SalesCloud account or Register
(Dev Account is free)
Composer Manager Module

Installation

1. Enable the module and fulfill any unmet dependencies.
2. Configure the module at Configure -> Services -> SalesCloud

Modules that use SalesCloud API

Valitor CreditCard
Valitor DebitCard

Credits

This module depends on third party php libraries:
Guzzle 5
Oauth2 Guzzle plugin by Commerce Guys

Special thank you to them.