Skip to main content

Client API v1.6.3

Fixed an issue where if a Client sends an Image, the Service would receive "📸" instead of the path to the Image. This also caused the web-library to fail when trying to show this Image.

Web library v1.4.0

Do not use this version!

There is a bug in this version which prevents showing images. They are still sent to the Service but the Client cannot see them.

This is fixed in v1.4.1

Added

  • An event for when the chat is opened
  • The ability to see quick reply suggestions and use them to reply

Fixed

  • A bug when a weekday had a start time of 00:00

Web library v1.3.0

  • Added a feature to sync userAdditionalInformation if you have different chats on different pages on your website.
  • Fixed issue where, if your device data was removed (due to data retention settings in admin.parley.nu), your messenger would not work anymore. Once we see that the current device data is not present anymore in Parley, we re-register this one so that the user can send messages again.
  • Fixed issue where the /devices call was hardcoded on version 1.2 of the Client API. This is the call made when you have push enabled and the client accepts browser notifications to register a pushToken with your device so you can receive push notifications.
  • Fixed issue which showed "you" as the Agent in the conversation export. It now shows "Operator" if the Agent name is not available.

Client API v1.5.0

  • Added support for multiple Services, which means you can have more than 1 Service connected to your Account. All messages that you send using the Client API are being send to all connected Services. On the Service side you will need to use Service aPI v2.1.0.

  • Added accountIdentification to the webhook messages so you can easily see from which Account the message is originated. Previously we only sent the accountId which is used internally.

  • Added a Service Queue, which Queues all messages that are send from the Client to the Service. If you are a Service administrator, please take a look at: https://developers.parley.nu/docs/service-queue

Service API v2.1.0

  • Added the possibility to send "rich" messages, but for this to be used on the Client side we are waiting on the next release for the Client API.
    So Clients can not yet receive these rich messages. However, you can still use this endpoint to send normal messages/images.
    More info: https://api.parley.nu/serviceApi/v2.1/doc/#operation/PostMessages

  • Added various Security headers to our responses

Web library v1.2.24

Fixed issue where the "fullscreen" mode, on mobile iOS devices using Safari, was not correctly updating it's height.

There are some devices which are unsupported, here is the list:

  • iPhone 6 - iOS, v11
  • iPhone X - iOS, v11
  • iPhone 6S - iOS, v9
  • Probably other devices with older OS versions...

Basically, if your device is up-to-date you shouldn't have any problems.