Skip to content

Releases: messente/messente-api-csharp

4.0.0

03 Feb 11:37
0d83eae
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3.0...4.0.0

3.3.0

03 Feb 08:23
46cf555
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.0...3.3.0

3.2.0

16 Sep 14:56
add18da
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.0...3.2.0

3.1.0

19 Jul 12:56
b18b16b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.1.0

3.0.0

08 Jul 12:35
3626b96
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...3.0.0

2.1.0

12 Oct 09:38
748cc90
Compare
Choose a tag to compare

https://www.nuget.org/packages/com.Messente.Api/2.1.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.

2.0.0

25 Aug 10:14
1f5fab6
Compare
Choose a tag to compare

https://www.nuget.org/packages/com.Messente.Api/2.0.0

Bug Fix

  • [phonebook-api][contacts] Make sure scheduled deletion date field is only in responses, not in requests
    • The contact class in contact and contact list envelopes changed

1.3.0

24 Aug 12:55
90b0a66
Compare
Choose a tag to compare

#6:

https://www.nuget.org/packages/com.Messente.Api/1.3.0

Added Functionality

  • [phonebook-api][contacts] Add scheduled deletion date to response
    • The date (in ISO 8601 format, YYYY-MM-DD) on which the contact is going to be deleted because it has not belonged to a group for 30 days
  • [statistics-api] Allow fetching Telegram statistics

Bug Fixes

  • [omnichannel-api] Declare error item source nullable
  • [omnichannel-api] Make cancelling a message return an empty object

v1.2.0

15 Oct 10:37
87983b8
Compare
Choose a tag to compare

v1.1.0

23 Aug 20:39
0940d40
Compare
Choose a tag to compare