1.1.1 • Published 2 years ago

unisender-api v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Unisender API

Package for working with the service Unisender.

API documentation from the Unisender service.

Install package

To deploy this project run

  npm i unisender-api

Usage/Examples

Import

import Unisender from 'unisender-api';

const unisender = new Unisender('YOUR_API_KEY');

const subscribe = await unisender.subscribe('541', 'andrey@chmerev.com', 'Andrey', {}, {double_optin: 0, overwrite: 2});

Available methods now

  • getLists
  • createList
  • updateList
  • deleteList
  • subscribe
  • exclude
  • unsubscribe
  • importContacts
  • exportContacts
  • getTotalContactsCount
  • getContactCount
  • getContact
  • getFields
  • createField
  • updateField
  • deleteField
  • getTags
  • deleteTag
  • createEmailMessage
  • createSmsMessage
  • createCampaign
  • cancelCampaign
  • getActualMessageVersion
  • sendSms
  • checkSms
  • sendEmail
  • sendTestEmail
  • checkEmail
  • updateOptInEmail
  • getWebVersion
  • deleteMessage
  • updateEmailMessage
  • createEmailTemplate
  • updateEmailTemplate
  • deleteTemplate
  • getTemplate
  • getTemplates
  • listTemplates
  • getCampaignDeliveryStats
  • getCampaignCommonStats
  • getVisitedLinks
  • getCampaigns
  • getCampaignStatus
  • getMessages
  • getMessage
  • listMessages

License

MIT

1.1.1

2 years ago

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago