Easy Copy @ Dawntech

Easy Copy extension documentation

Introduction

The Easy Copy extension was developed by Dawntech Inc. Currently it is in version 1.0 and is available in Brazilian Portuguese, Spanish and English. With this extension the user can create Accounts in Zoho CRM.

This manual aims to help Blip platform users to install, configure and use the Zoho Contas extension. In addition, any usage questions can be directed to contact@dawntech.dev or by contacting us at (51) 3557-2998.


About the extension

Easy Copy is designed to facilitate the copying of codes and payable lines that are usually clumped together with the body of the message in messaging channels. To enhance this experience, Easy Copy automatically generates a link that isolates these elements from the text, making them easily copiable with a single click.

This not only saves time but also reduces typing errors. Ideal for messages containing account numbers, verification codes, or other important numeric sequences, the extension seamlessly integrates with messaging channels, offering an elegant and practical solution to a common problem in everyday digital communication.


How to Setup

When installing the Easy Copy extension, it's possible to customize the appearance of the copy screen through three distinct parameters, as described below:

  • Color: Insert the hexadecimal code corresponding to the color of the copy button. Example: #FFA500 (orange).
  • Logo: Provide the URL of the logo or image you want to display in the header of the copy screen. Example: .
  • Message: Add a descriptive message of the code to be copied. This message will be displayed above the box where the code is presented. Example: "Verification Code".

After updating these settings, two crucial pieces of information will be generated:


How to Use

To utilize Easy Copy, the code you wish to copy must be sent in the "data" parameter along with the previously generated URL. It's necessary to encode this parameter in URI format using the encodeURIComponent(code) function in JavaScript.

For example:

https://dwntbots.dawntech.dev/extension/easy-copy/?token=YOUR_TOKEN_HERE&data=YOUR_CODE_HERE

Additionally, it's possible to send contact identification information for more precise journey tracking.

For example:

https://dwntbots.dawntech.dev/extension/easy-copy/?token=YOUR_TOKEN_HERE&data=YOUR_CODE_HERE&identity=CONTACT_IDENTITY

If the contact identification parameter is not sent, events will be recorded more generically to monitor usage.


Events

The Easy Copy extension automatically generates events in Blip, depending on the action taken on the page where the link was generated. Two main moments are recorded: the page's opening and the link's copying.

The main event category is EASY-COPY, and the action follows the format:

Date (ISODate) | Type (OPEN or COPY) | Identity (if sent)

There are also events with categories EASY-COPY-OPEN and EASY-COPY-COPY, which are identical to those mentioned above but are already segregated by type for better organization and monitoring purposes.


Terms of use

By installing this extension you agree to the terms of use described at https://dawntech.dev/privacy, policy valid also for the use of the data collected by the extension (if / when needed).


SLA

The SLA of this and other Dawntech Inc. extensions can be accessed at https://status.dawntech.dev.