Catenis API Client for WordPress enables code on WordPress pages to interact with Catenis Enterprise API..
To enable Catenis API for WordPress page, go to the page's edit page, and look for section named.
Make sure the section is expanded, and check the Load Catenis API Client checkbox..
You can then choose to override the global settings used for instantiating Catenis API client on that given page, like using ID and its associated API access secret.
Use ctnApiClient variable to call Catenis Enterprise API methods by invoking the method on that object..
For reference of the available methods, please refer to Catenis API JavaScript Client as it's identical to Catenis API Client for WordPress, except for notifications support and error handling..
Unlike Catenis API JavaScript client, notifications from Catenis system are handled from Catenis API client object..
Errors that take place while calling Catenis API methods are returned as JavaScript Error objects..
Note except for the event, the first argument of the listener functions — named eventName — identifies Catenis event for.
openNotifyChannel { if { Error from calling method } } ).
Read more