email

Is there a bug after adding message in plain text of Email?

Hi

is there a problem in adding plain text in Email message?

I'm using Bonita community version 2021.2 and I want to send email using connectors out. I tested it via Rich text and it worked correctly but when I try to complete design of mail via html and plain text, out cod was disappeared!

Where is my work wrong?

Is it possible to send an Email on Button click

Hello Community

I am exploring a scenario where User can send an email of Button click. The Email can be a standard emails with Basic info.

Usually when a Task arrives or Task is submitted , we trigger emails using Connector configured on that task.

I am looking into a scenario where a user can trigger an email with a status message without having to submit/ close the human task.
I am exploring a link / button / widget which can just send the Email .

regards

¿Cómo configurar el método GET por API REST para obtener contenido de mensajes de GMAIL?

Necesitamos obtener información desde Gmail, para ello hemos utilizado la opción GET del API REST de Bonita. Hemos ubicado los datos brindados por el API de Google (ID de cliente y Clave secreta). Cuando efectuamos la prueba desde la interfaz de Bonita nos arroja el siguiente error:

How to configure GET method by REST API to get message content from GMAIL?

We need to obtain information from Gmail, for this we have used the GET option of the Bonita REST API. We have located the data provided by the Google API (Client ID and Secret Key). When we run the test from the Bonita interface, it throws us the following error:

How can we edit the form response?

How can I edit the form response in the mail or can I edit the form again in another way? or can we edit through the business object? Please explain it.

How can we edit the form response?

How can I edit the form response in the mail or can I edit the form again in another way? or can we edit through the business object? Please explain it.

Sending an email without fakeSMTP

Hello, I am very new to Bonitasoft. I would like to ask for help.

email connector attachment error

Hello,

I created an email connector with attach files and it works well.

When I attach the file, it works well. However, once I didn't attach the file, it has an error.

I validate formOutput like :

if($data.formInput.authdocumentDocumentInput){
return {
'authdocumentDocumentInput': $data.formInput.authdocumentDocumentInput
};

}else{
return {
'authdocumentDocumentInput': null
};
}

But, the error occurred when I didn't attach the file.

email connector error

Hello,
I have many email connector in my process. all connectors are working well.
Then, I created an email connector has a message with groovy script.

In the script, I would like to get the reason from bdm. the code is as below,

Is it possible to open a task through a link?

I have two tasks, where in the first task, when a user finishes his task, he creates a task for a new user and that new user receives an email notification. So I need to create a link where when this new user clicks it is redirected to their task. It's possible?

Notifications