Tech
Supported interfaces:
- SOAP API
- Email (coming soon)
- Streaming (coming soon)
- FTP (coming soon)
- REST (coming soon)
To keep your account safe and to ensure that only you can access your account, we've developed a simple authentication system:
- All communication via the API is encrypted over HTTPS. Any non-secure requests will be automatically rejected.
- Every Boomerang account has its own unique API key that must be included in all interactions.
- The user's username and password must also be passed with every call.
Microsoft Dynamics CRM Demonstrations & Software
- Click HERE to view the Dynamics case study video
- Click HERE to view the Dynamics add-on set up video
- Click HERE to download the CRM add-on FREE of charge
Service Endpoint
Our API is implemented using SOAP and adheres to the following structure:
https://api.boomcomms.com/{version}/{service}.svc
“version” denotes the version of the API being called and “service” denotes the version of the service, either SOAP 1.1 or SOAP 1.2. As you can see, the above URL uses HTTPS. All communication via the API is encrypted over HTTPS (128 bit). Any non-secure requests are automatically rejected. To support as many programming languages as possible, the API supports both SOAP 1.1 and SOAP 1.2. The location of the WSDL is different depending on which version of the service you wish to integrate with (SOAP1.1 or SOAP 1.2). Below is the current location of each WSDL:
SOAP 1.1: https://api.boomcomms.com/v1.2/soap11.svc?wsdl
SOAP 1.2: https://api.boomcomms.com/v1.2/soap12.svc?wsdl
Please use SOAP 1.2 URL if you are using the Boomerang CRM Dynamics add-on.
Developer Guide
Click here to download the latest version of the developer guide.
Sample Project
Click here to download the sample project. It is a .NET 3.5 C# project illustrating the 2 main methods; 1 to send a message and 1 to receive the recipients response.
For more information, a free trial, or to apply for an account contact us now.