Releases: messente/messente-api-node
Releases · messente/messente-api-node
2.5.0
2.4.2
What's Changed
- release version 2.4.2 by @KWojakiew in #23
- update NPM API key by @KWojakiew in #24
- switch to github actions for publishing by @KWojakiew in #25
Full Changelog: 2.4.1...2.4.2
2.4.1
What's Changed
- release version 2.4.1 by @KWojakiew in #19
- update npm api key by @KWojakiew in #20
- update NPM api key by @KWojakiew in #21
- update travis deployment by @KWojakiew in #22
Full Changelog: 2.4.0...2.4.1
2.4.0
2.2.0
What's Changed
- release version 2.2.0 by @KWojakiew in #16
New Contributors
- @KWojakiew made their first contribution in #16
Full Changelog: 2.1.0...2.2.0
2.1.0
2.0.0
1.5.0
1.4.1
What's Changed
- Add parameter
ttlto Omnichannel API message sending request. This allows the users to specify thevalidityperiod of a message in the unit of seconds (as opposed to minutes for thevalidityfield). Preserves backward compatibility withvalidity.
1.4.0
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.