Skip to end of banner
Go to start of banner

Batch mailings

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 6 Next »

Description:

This module allows the user to create batches of mailings for the services EviSMS, EviMail, EviNotice.

This functionality is designed to be used in campaigns, important notifications, service updates, and any other case where it is necessary to communicate the same message to a large number of people in an efficient way and generating the necessary evidence for our clients.

Requirements

To access and use this functionality, The site must have a Flag activated for each of the services you want to use and the billing mode “By Submission”. The flags will be activated by the support team upon request of the sales representative.

  1. To use batch sending with EviSMS, the flag must be activated. – BatchEviSMS 

  2. To use batch mailing with EviMail, you must enable the flag - BatchEviMail 

  3. To use batch shipping with EviNotice, you must enable the flag – BatchEviNotice

Para poder realizar envios, un usuario debe tener el rol “BatchSender”. Este rol puede ser establecido por el administrador del sitio.

Restrictions

This functionality is subject to a series of restrictions that must be taken into account when using it.

  1. It can only be used in enabled sites and users: As discussed in the requirements it is necessary to have the functionality enabled for use.

  2. It has a limit of 100,000 shipments per Batch: The total number of recipients that a batch can contain is 100,000.

  3. All batch shipments of all customers share a Rate Limit: This is to ensure the stability of the platform in the moments when several batch shipments are joined together.

  4. This functionality will only be available for sites with billing mode "By Shipment": It is necessary that when creating a Batch the site has the necessary shipments to be able to send to all recipients, these shipments will be discounted at the time the batch is scheduled or ready to be processed.

    1. If the site does not have the required submissions, the application will display an error.

How it works from your website

The first thing to do is to have the necessary permissions enabled as mentioned above in order to use the Batch Send functionality.

Once the permissions are activated the user can see from the home screen of his site that by clicking on the icons of New EviSms, New EviMail and New EviNotice a drop-down menu appears that allows to send in a simple way or to create a new batch.

image-20241216-153133.png

The same happens when clicking on the EviNotice, EviMail and EviSms tracking buttons. A drop-down menu appears with the options to view My Evi* or My Evi* Batches.

image-20241216-153620.png

Create a new EviNotice batch

The first step is to click on the EviNotice icon image-20241216-160438.png of the section “New Submission”. A submenu is displayed, in this submenu you can see the option "New EviNotice Batch".

image-20241216-160124.png

When clicking on this option, the application displays the "New Batch" screen, informing that the process consists of 4 steps.

En este primer paso, se debe configurar una breve descripción del lote que sirva para encontrarlo rapidamente en el listado de lotes. En el siguiente campo se definen los destinatarios que conforman el lote.

Para definir los destinatarios se da la opción de hacerlo manualmente, copiando y pegando en el campo de texto, o mediante el uso de un fichero CSV. En ambas maneras se debe respetar la primera fila con las cabeceras que componen el listado de destinatarios. Esta cabecera se compone de columnas obligatorias y a continuación de ellas columnas adicionales que funcionan como variables a la hora de componer el mensaje al destinatario.

  • EviNotice columnas obligatorias:

    • address* : Contiene la dirección email o telefono movil del destinatario (con codigo de pais). Se usa para enviar la notificación al destinatario

    • legalname: Razón social del destinatario

    • lookupkey: Identificador del cliente. Contiene un identificador único del cliente para facilitar la busqueda en sus sistemas.

    • displayname*: Nombre del destintario. Contiene el nombre del destinatario que se mostrará en las notificaciones.

    • evidenceaccesscontrolchallenge: En caso de configurar el evinotice con acceso a custodia mediante “Challenge”, este campo contiene la pregunta que debe responder el destinatario para poder acceder a las evidencias generadas en el proceso.

    • evidenceaccesscontrolchallengeresponse: En caso de configurar el evinotice con acceso a custodia mediante “Challenge”, este campo contiene la respuesta que debe dar el destinatario para poder acceder a las evidencias generadas en el proceso.

    • deliverysignchallenge: Esta columna debe ir acompañada de un valor en deliverysignchallengeresponse y configura el método de firma de EviNotice como “Challenge”. Contiene la pregunta que debe responder el destintario para acceder al mensaje de la notificación. Si viene informada esta columna, las siguientes deben estar vacias deliverysignfixedemail, deliverysignfixedmobile. Ya que solo puede establecerse un método de firma por destinatario.

    • deliverysignchallengeresponse: Esta columna debe ir acompañada de un valor en deliverysignchallenge y configura el método de firma de EviNotice como “Challenge”. Contiene la respuesta que debe dar el destintario para acceder al mensaje de la notificación. Si viene informada esta columna, las siguientes deben estar vacias deliverysignfixedemail, deliverysignfixedmobile. Ya que solo puede establecerse un método de firma por destinatario.

    • deliverysignfixedemail: Establece el método de firma como “PIN a email”. El destintario recibirá un código PIN a la dirección de correo electrónico configurada en este campo. Si viene informada esta columna, las siguientes deben estar vacias deliverysignchallenge, deliverysignchallengeresponse, deliverysignfixedmobile. Ya que solo puede establecerse un método de firma por destinatario.

    • deliverysignfixedmobile: Establece el método de firma como “PIN a móvil”. El destintario recibirá un código PIN al número de teléfono configurado en este campo. El número de telefono debe contener el código del pais (por ejemplo +34666000888). Si viene informada esta columna, las siguientes deben estar vacias deliverysignchallenge, deliverysignchallengeresponse, deliverysignfixedemail. Ya que solo puede establecerse un método de firma por destinatario.

* Estos campos son obligatorios que vengan informados en cada registro.

Nota: Si no se informa niguno de los campos delivery* el método de firma del EviNotice se establecerá a “WebClick”, con lo que el usuario verá el mensaje de la notificación sin identificarse antes.

image-20241217-091526.png

Ficheros CSV ejemplo carga de destinatarios.

How it works from API

 Uso de la funcionalidad desde la API

Se ha creado una API para facilitar la integración de esta funcionalidad en sistemas del cliente.

 Uso de la funcionalidad desde la Web

Un site con el los Flags activados mostrará

  • No labels