The purpose of this script is to facilitate our dev clients a seamless integration to My Acclaro REST API.
The script is intended to be run on Bash 5.x or newer, older versions have not been tested, please bear this in mind when using it.
The script offers the possibility of interacting with My Acclaro Portal and requesting Acclaro services without leaving your current environment.
Got any questions? Contact [email protected] or file an issue
- RESTful endpoints to keep your content strings and files current across all locales
- Speed up market launches of new, multilingual content
- Replace manual workflows with automatic source content submission and target content imports via Webhooks
- Integrate with Acclaro's CMS plugins and connectors for WordPress, Drupal, Craft CMS, Contentful and Adobe Experience Manager (AEM) - learn more
- Access API order data in the My Acclaro portal
- Postman Acclaro API Endpoint Collection
- SDKs for JavaScript & PHP - 🔜
- Read about our API Case Studies
- Review the API Reference Guide
- Watch our API Console Demo and other Technology Videos
- Contact us for access to the My Acclaro sandbox and an API token
- Download the script from GitHub or clone our repository in your workstation/server
- Run
./myacclaro.sh --help
for more info
Additionally, you may check the basic usage instructions in our wiki page here.
The script will check that curl
and jq
are installed.
Necessary to hit the REST endpoint. More info about cURL here
sudo apt install curl
sudo yum install curl
Necessary to parse and format JSON payloads in Bash. More info about jq here
sudo apt install jq
sudo yum install jq