Link your website or application
Track all website traffic and link visitors directly to a profile. Whether they arrive via an email or return through another route, the website tracker recognizes the visitor and follows their behavior. This provides valuable insights into the complete visitor journey and allows for targeted actions.
- The REST API is faster by omitting complex SOAP layers between the different API 'calls'.
- Copernica's REST API uses the OAuth 2.0 protocol.
- You can use the API with access tokens and a few lines of code.
REST and SOAP API
With the API you can easily request data in Copernica and synchronize it with other applications. Information is only exchanged when you request it. The REST API is newer, faster and simpler than the SOAP API, which we still offer to support old links. An overview of all REST API methods can be found here.

WebHooks
With Webhooks you receive real-time notifications of events within Copernica, such as a click or an open. Copernica creates an HTTP POST call to a server to notify you of the event. You can then process the calls with a script on the server. The servers must have enough capacity to accommodate all events.

Log files
Copernica stores all mailing related events in log files. You can retrieve these log files with a REST API call, but the Marketing Suite also has an interface for this. If it (temporarily) fails to process calls properly, you can read the log files and find the missed events.
