Using the ClickDimensions API requires you to develop and maintain custom code. The ClickDimensions technical support team does not offer technical support for custom code or API calls.
The ClickDimensions API is designed primarily to receive requests from Microsoft Dynamics CRM, such as when an Email Send is sent or a template is created. In most cases, if you wish to automate a process based on ClickDimensions features, you will leverage the Dynamics CRM API or SDK. One notable exception where you may design custom code to interact directly with the ClickDimensions API is through Programmatic Form Capture. In most other cases, your custom application will leverage the Dynamics CRM SDK.
For example, if you wish to send a bulk email programmatically through ClickDimensions, this can be accomplished by using the Dynamics CRM SDK to create an Email Send, associate the marketing list and template, and changing its status to "Inactive (Scheduled)". ClickDimensions will handle the remaining part of the Email Send processing automatically.