Skip to content

Releases: messente/messente-api-python

1.4.1

18 Jan 18:01
154abca

Choose a tag to compare

https://pypi.org/project/messente-api/1.4.1

Generated code with https://www.npmjs.com/package/@openapitools/openapi-generator-cli/v/2.1.17's python-legacy v5.0.0 generator:

  • Docs changed

  • ApiException subclasses were added:

    Screenshot 2021-01-18 at 19 46 25
  • Models' to_dict changed:

    Screenshot 2021-01-18 at 19 56 12

1.4.0

12 Oct 07:23
623c5c0

Choose a tag to compare

https://pypi.org/project/messente-api/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.

1.3.1

25 Aug 09:12
f68698b

Choose a tag to compare

https://pypi.org/project/messente-api/1.3.1

Bug Fix

[phonebook-api][contacts] Make sure scheduled deletion date field is only in responses, not in requests

1.3.0

24 Aug 10:25
ae459ea

Choose a tag to compare

#9:

https://pypi.org/project/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.2

08 May 07:32
8cf4e46

Choose a tag to compare

v1.2.1

27 Mar 11:40
81996db

Choose a tag to compare

v1.2.0

15 Oct 09:06
7d84dbe

Choose a tag to compare

v1.1.0

23 Aug 14:33
f90308d

Choose a tag to compare

Enable sending Telegram messages

v1.0.4

24 Jul 10:43
3be36f1

Choose a tag to compare

Use generator version 4.0.3

v1.0.3

06 Jun 13:02
585d2dc

Choose a tag to compare

  • Fix some URLs where "/phonebook/" was missing
  • Improve documentation