Skip to content

Releases: messente/messente-api-node

2.5.0

12 Jan 09:44
f4b2cbd

Choose a tag to compare

What's Changed

Full Changelog: 2.4.2...2.5.0

2.4.2

01 Aug 11:28
65f96a2

Choose a tag to compare

What's Changed

Full Changelog: 2.4.1...2.4.2

2.4.1

31 Jul 15:59
a34561e

Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...2.4.1

2.4.0

25 Jul 13:25
0eacfb0

Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.4.0

2.2.0

16 Sep 14:55
d055dd0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.2.0

2.1.0

19 Jul 12:51
292e4ae

Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0

08 Jul 08:27
8b2c2f9

Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...2.0.0

1.5.0

09 Mar 13:00
5e99905

Choose a tag to compare

What's Changed

  • Add error 401 to Omnimessage API

Full Changelog: 1.4.1...1.5.0

1.4.1

20 Jan 08:51
6b854b1

Choose a tag to compare

What's Changed

  • Add parameter ttl to Omnichannel API message sending request. This allows the users to specify the validity period of a message in the unit of seconds (as opposed to minutes for the validity field). Preserves backward compatibility with validity.

1.4.0

12 Oct 07:29
c1782e6

Choose a tag to compare

https://www.npmjs.com/package/messente_api/v/1.4.0

Add an optional priority field to Omnichannel API message sending request. This field sets the priority of the message. Messages are processed starting with in highest priority queue first and lowest priority queue last. This for example allows to prioritize OTP messages over marketing traffic.

The new field has three possible values:

  • low,
  • regular,
  • high.