Skip to main content

39 posts tagged with "➕ Added"

Changes that added functionality

View All Tags

Client API v1.7.0

Added support for the new Service API feature (v2.2) to receive custom Agent attributes. When doing the GET /messages call, you'll now receive the custom Agent attributes.

Service API v2.2.0

  • Added a new feature for setting custom agent properties. You can now pass in any custom property you want for an Agent and it will be saved in the Parley system.
  • Fixed an issue in the API documentation where the content type of the /services call was image/png and it should've been application/json

Admin API v1.1.0

Features

  • It is now possible to change the Default service for your Parley account using this new endpoint
  • When the admin-api cannot connect to the Database, for whatever reason, it now shows a descriptive error instead of a white screen.
  • We've added multiple headers to improve Security
    • X-XSS-Protection: 1; mode=block Enables XSS filtering. Rather than sanitizing the page, the browser will prevent rendering of the page if an attack is detected.
    • X-Content-Type-Options: nosniff Prevents MIME-sniffing
    • X-Frame-Options: SAMEORIGIN The page can only be displayed in a frame on the same origin as the page itself
  • When creating a new account you can now supply the demo value which, if true, will make sure this account is correctly configured for use in the mobile Parley Demo app (android/ios)

Fixes

  • When using the GET /accounts/users endpoint, we would only return 10 users. Now we return all of the users.

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