This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Configuring ActiveCollab Operations

To use the ActiveCollab connector, add the  <activecollab.init>  element in your configuration before carrying out any other ActiveCollab operations. 

init
<activecollab.init>
    <email>{$ctx:email}</email>
    <password>{$ctx:password}</password>
    <apiVersion>{$ctx:apiVersion}</apiVersion>
    <clientVendor>{$ctx:clientVendor}</clientVendor>
    <clientName>{$ctx:clientName}</clientName>
    <blocking>{$ctx:blocking}</blocking>
</activecollab.init>
Properties
  • email: Email ID of the ActiveCollab account.
  • password: Password of an account.
  • apiVersion: The version of the ActiveCollab API.
  • clientVendor: The value of the "Your Name or Organization" that was used when you created the ActiveCollab account.
  • clientName: The name of the client. It can be any string.
  • blocking: Boolean type, this blocking parameter helps the connector perform the blocking invocations to ActiveCollab. 

Now that you have connected to ActiveCollab, use the information in the following topics to perform various operations with the connector.