Skip to main content
Skip table of contents

CRM Marketing REST-API

Synapcus CRM Marketing API

/qee/swagger-docs/synapcus_marketing.yaml

Introduction

The Synapcus REST API provides machine-readable access to the Synapcus-Cloud using an HTTP/HTTPS-based JSON REST interface. This page will show you how to get started, and how you can use the API to interact with your Synapcus system.

Some useful links:

Versioning and Changes

Qalgo GmbH will continuously expand the API's functionality. For best results, make sure your code can handle new JSON properties and does not depend on the order in which JSON objects are returned by the API, unless explicitly stated here.

Support

For any questions, please email us at info@qalgo.de - we are happy to help!

Authentication

For working with the Synapcus REST API you need an active account to a Synapcus system and the credentials for your user. You can then proceed to test the examples. Please also take a look at the general information which will give you an overview of how the API generally works.

Marketing

The Synapcus Marketing module deals with campaigns, marketing lists, contacts segmentation, serien emails and reactions monitoring as well as the generation of leads, which will be processed in the Synapcus CRM Sales module.

Terms of service

Apache 2.0

Servers

https://hska.synapcus.com/hska/synapcus.nsf - Synapcus HSKA Server

Authorize

cpg

All operations regarding a single campaign (cpg). The campaign entity represents a marketing project including the goal, responsibles, target group/-s, deadline, campagne response, budget informations.

POST​/xrCpg.xsp​/rest​/api

Add a new marketing project (campaign).

PUT​/xrCpg.xsp​/rest​/api

Update an existing campaign

GET​/xrCpg.xsp​/rest​/api

Finds and returns a campaign by unique ID

DELETE​/xrCpg.xsp​/rest​/api

Deletes a specific campaign identified by unique ID

cpgs

Finds a collection of campaigns by fulltext query.

GET​/xrCpgs.xsp​/rest​/api

Finds a collection of campaigns by fulltext query.

DELETE​/xrCpgs.xsp​/rest​/api

Deletes a collection of campaigns

percpg

Creates a new campaign participation.

POST​/xrPerCpg.xsp​/rest​/api

Creates a new project participation.

PUT​/xrPerCpg.xsp​/rest​/api

Updates an existing campaign participation.

GET​/xrPerCpg.xsp​/rest​/api

Finds and returns a campaign participation by unique ID

DELETE​/xrPerCpg.xsp​/rest​/api

Deletes a specific campaign participation identified by unique ID

mkl

All operations regarding a single marketing list (target group) (mkl). Marketing list entity stores informations about a group of persons which are targeted through the customer segmentation / marketing process.

POST​/xrMkl.xsp​/rest​/api

Creates a new marketing list (target group) (mkl)

PUT​/xrMkl.xsp​/rest​/api

Update an existing marketing list (target group) (mkl)

GET​/xrMkl.xsp​/rest​/api

Returns a marketing list (target group) (mkl) by unique ID

DELETE​/xrMkl.xsp​/rest​/api

Deletes a specific marketing list (target group) (mkl) identified by unique ID.

mkls

Finds a collection of marketing lists by fulltext query.

GET​/xrMkls.xsp​/rest​/api

Finds a collection of marketing lists by fulltext query.

DELETE​/xrMkls.xsp​/rest​/api

Deletes a collection of marketing lists

permkl

Creates a new marketing list participation.

POST​/xrPerMkl.xsp​/rest​/api

Creates a new participation within the marketing list (target group).

PUT​/xrPerMkl.xsp​/rest​/api

Updates an existing marketing list participation.

GET​/xrPerMkl.xsp​/rest​/api

Finds and returns a marketing list participation by unique ID

DELETE​/xrPerMkl.xsp​/rest​/api

Deletes a specific marketing list participation identified by unique ID

sle

All operations regarding a single serial e-mail (sle).

POST​/xrSle.xsp​/rest​/api

Creates a new HTML serial letter / serial email (sle)

PUT​/xrSle.xsp​/rest​/api

Updates an existing Synapcus serial (sle)

GET​/xrSle.xsp​/rest​/api

Returns an Synapcus serial (sle) by unique ID

DELETE​/xrSle.xsp​/rest​/api

Deletes a single serial letter (sle) identified by unique ID

Schemas

JsonCollectionRequest

ApiResponse

JsonCollectionResponse

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.