Updates made since the last API release are shown below. You can select a specific date from the dropdown or show all the updates.
CampaignBreeze API Setup Using Microsoft Visual Studio
The following steps should help you in setting up and consuming the CampaignBreeze API.
-
Open your website using Microsoft Visual Studio.
-
In the toolbar, select Website > Add Web Reference...
Click to enlarge image
-
When the Add Web Reference dialog appears, enter https://app.campaignbreeze.com/service.asmx then press Go.
Click to enlarge image
-
Once the dialog has discovered "service" enter a namespace you wish to use. Throughout the API documentation, we will be using CBWS. Press the Add Reference button.
Click to enlarge image
-
You should now be able to see CBWS in your Solution Explorer under the App_WebReferences folder.
Click to enlarge image
Below you will find complete examples for different processes. Select an example from the dropdown below.