Skip to main content

39 posts tagged with "➕ Added"

Changes that added functionality

View All Tags

Client API v1.9

Added message statuses. Message now have a status property which can be one of the following values

  • 2 This means the message has been received by the Parley API. This is the default status when the message has been sent using the API.
  • 3 This means that the message has been received by the client but not read/rendered yet.
  • 4 This means that the message has been read/rendered by the client

Client API v1.8.16

Added support for Services that do not wish to receive any callbacks on new messages. These type of Services are used only for accessing the Service API.

Client API v1.7.8

Added support for Services that do not wish to receive any callbacks on new messages. These type of Services are used only for accessing the Service API.

Client API v1.6.13

Added support for Services that do not wish to receive any callbacks on new messages. These type of Services are used only for accessing the Service API.

Service API v2.4.9

Added a new setting for Services to ignore ownership restrictions when sending messages and/or typing events. There are use cases where a Service should be able to send messages if they are not the owner, for example a "reminder" Service that must always send out reminders even when it is not the owner.

Web library v1.7.2

  • Added a new setting called window.parleySettings.runOptions.interfaceText.agentTypingText with which you can change the text that is shown when an agent starts typing.
  • Also added a default Dutch translation for the typing text.

Client API v1.8.10

Added a new endpoint GET /media/:uuid. With this endpoint you can retrieve media binaries by their UUID.
You receive this UUID when you use the POST /media endpoint.