SmartMailer API Version 1.0.0

AUTHORIZATION

We use bearer token authorization. You can generate your own API authorization token here.

METHODS

# /api/v1/addressbook/{uuid}/contacts

POST

Parameters

Name Description Type Data type
uuid Addressbook identificator path string Required

Request body required

Contacts to create/edit

(array ) contacts


Responses

Code Description
200 Success
404 Not found
400 Bad request
401 Unauthorized

DELETE

Parameters

Name Description Type Data type
uuid Addressbook identificator path string Required

Request body required

Contacts to delete

(array ) contacts


Responses

Code Description
200 Success
404 Not found
400 Bad request
401 Unauthorized

# /api/v1/addressbook/{uuid}/contacts-all

DELETE

Parameters

Name Description Type Data type
uuid Addressbook identificator path string Required

Responses

Code Description
200 Success
404 Not found
400 Bad request
401 Unauthorized

# /api/v1/campaign/{uuid}/conversion/{count}

POST

Parameters

Name Description Type Data type
uuid Campaign identificator path string Required
count Conversion count path string Required

Responses

Code Description
200 Success
404 Not found
400 Bad request
401 Unauthorized

# /api/v1/campaign/{uuid}/un-subscribe

POST

Parameters

Name Description Type Data type
uuid Campaign identificator path string Required

Request body required

Contacts to unsubscribe

(array ) emails

(string ) bookUuid


Responses

Code Description
200 Success
404 Not found
400 Bad request
401 Unauthorized

# /api/v1/check/token

POST


Responses

Code Description
200 Success
401 Unauthorized

# /api/v1/contacts/{uuid}

DELETE

Parameters

Name Description Type Data type
uuid Contact identificator path string Required

Responses

Code Description
200 Success
404 Not found
401 Unauthorized
500 Server error

INTEGRATION

List of official integrations.

Name Description URL
PrestaShop plugin Full SmartMailer integration to PrestaShop. Easy to use. For Prestashop 1.5, 1.6 and 1.7. Download
WordPress plugin Full SmartMailer integration to WordPress. Easy to use. For WordPress 6+. Download
PHP sample code Check PHP implementation made easy. Download