A reliable API with advanced webhooks.
Connect your website or application
Are you a developer? Then you've come to the right place. Our reliable API's and webhooks (formerly known as feedback loops) give you endless possibilities to incorporate the Copernica Software into your own website or application. The API is fast, encrypted, easy to access and well documented.
Receive direct notifications on your linked application or website and take control over your campaign with live insights.
Connect with our REST API or SOAP API
Copernica has two API's, our REST API and our SOAP API. They allow you to retrieve and update the data that is stored inside Copernica from your own website or app. You can write scripts that send requests and instructions to our servers and use this API to automatically synchronize the data in Copernica with your own system.
Receive direct notifications on your linked application or website and take control over your campaign with live insights.
REST API reference SOAP API referenceConnect using webhooks
Copernica webhooks enable you to automatically receive an HTTP POST message whenever a specific event occurred within your campaigns. You can set up these webhooks for the following events:
- Click event: Get notified when a recipient clicks on a link within an email
- Open event: Get notified when a recipient opens an email.
- Failure event: Get notified about failed deliveries.
- Bounce event: Get notified when a message is sent back to the envelope address.
- Profile creation event: Get notified when a profile or subprofile is created.
- Profile update event: Get notified when a profile or subprofile is modified.
- Profile deletion event: Get notified when a profile or subprofile is removed.
Examples of webhooks
Click event
You can get notified when a recipient clicks on a link within the email message you've sent. The more clicks the better.
Open event
You can get notified each time a recipient opens your email messages. This way you can check to see how your emails are being received.
Bounce event
You can get notified when an email bounces. For example, when a receivers' mailbox is full or your sent email was considered undeliverable.
Failure event
You can get notified about failed deliveries that happened either during the SMTP handshake, or after the delivery.
Get notified whenever an email delivery attempt resulted in a bounce.
SMTP
Webhooks
Feedback is sent over the HTTP or HTTPS protocol using HTTP POST mechanism. You can register a web address and choose the events that you are interested in.
Fast
Our REST API is fast due to the lack of complex SOAP layers between the various calls.
Secure
The Copernica REST API uses the OAuth 2.0 protocol to authorize calls.
Easy to access
It's easy to access the API. With the access key and a few lines of code, you're up and running to make your first calls.
Fully documented
Our documentation will help you with everything you need to know.
How is a webhook different from our REST service?
Our REST service will only exchange information when you request it. A webhook on the other hand, will instantly notify your service in response to specific events in your campaigns.
Try now for free