Hello.
I need to send an image through an API to convert it to base 64, I tried to do it using the Web service tool but it does not allow me to place an image or file field to use it from the bpm, I was looking for some information and I saw that it could be done using a script, I just haven't found a way to do it. Could you help me with some example or idea so I can do this please?
We have a scenario we have we have to send email from from owner's email address to all case records.
Example : Case A should received email from Agent assigned to the case about status update and case b will have different agent and email should go from the agent b's email address .From address should be AGENT'S email address
Could you please describe this in more detail as the question is not quite clear from your post? Please, provide more information on this functionality and how you would like to apply it in real life?
In the attached screenshot you can see leads with different owner . Lets say i want to send email wishes for chritsmas to all the contacts in the lead . I will write a process for this and in email element in the From the field it should dynamically take the owner's email address with to field being the contact's email address .
I need to send plain text emails from a "send email" block in my business processes.
In the configuration of the body of the email in the content designer I cannot find the option to set plain text body.. all the blocks I can see are HTML blocks.
Unfortunately, there is no possibility to create a plain text email template in Creatio and consequently send such templates using send email element of your business process.
We already have an idea registered for the responsible R&D team to add this functionality in future Creatio releases. We will notify them about this request so to increase the priority of this idea.
However, you may try to use a workaround to send a plain-text email via business process.
You can use an Add Data element which would create a new activity with Email Type, fill-out all the needed fields and set "IsHtmlBody" value false and send it using a script-task after.
In this way an email should be sent as a plain-text.
I just tried to use an "Add Data" element to create an activity of type e-mail connected to a Case with the fields as shown in this picture:
This email is shonw as "Draft" in the Case "PROCESSING" tab and it has not been sent: Are there some other fields to set so the email is automatically sent from the Business Process?