Techie Stuff
There are 2 key protocols in use:
SOAP
More and more common web service, using SOAP our API is fully programmable – that means that EVERYTHING you can do through the interface you can do through the API. Even better we have example implementations in .NET and PHP to get you going.
HTTP/S
Uber robust, large quantities of list data can be pushed to us and we can send reporting information in real time.
Example uses:
“I want to send off a single email when a field is updated in my CRM.”
You can either send us a SOAP command or if you would prefer we can provide a SOAP wrapper, this you just have to POST to a named URL with the details within the named value pairs – easy peasy.
“I have a large list I want updated nightly.”
Just use our 2 stage asynchronous list upload process (easier than it sounds), basically you POST over with the header row, we then give you a transaction ID, then pop the list over along with this ID and we’ll get uploading.
“We have a load of telemarketing guys – I want them to be able to send trackable emails, without logging in.”
No problem. We can build a form specifically for your use, all they’ll have to do is fill out the email address and select which message they are sending out – you can even add personalisation.
“I have a specific requirement not covered here.”
We’ve done a LOT of integrations. We can’t list them all here, so just get in touch <contact/call me page> and we’ll put our heads together to get the best solution for you.
“Call this techie? - Pah!I arrange asynchronous uploads while I’m making my morning coffee! ... “
Contact us for our full API and integration guide and developer pack


