Hello,
Could you provide your Formula?
Make sure you don't have the same automation flow in another place (Formula for another entity, Workflow, BPM, Hook).
send email with PDF using workflow
Collapse
X
-
ext\email\send($emailId); is triggering mails twice. Can someone advise on how to correct. Using version 6.0.4Leave a comment:
-
Kindly suggest the script to attach more than one PDF Template in one e-mail.Leave a comment:
-
Hi there,
Please check the log file in the /data/logs/ directory.
Do you have configured SMTP connection in Administration -> Outbound Emails?Leave a comment:
-
Hi Yuri,
I have tried the above formulas. Unfortunately no email is sent. Do you have any idea where the problem could be?
Code:$attachmentId = ext\pdf\generate( 'Mitarbeitergesprch', entity\attribute('id'), '6006c897352394a05', 'test.pdf' ); $emailId = record\create('Email', 'to', 'example@example.com', 'attachmentsIds', list($attachmentId) ); // applying email template ext\email\applyTemplate($emailId, '6006ea7bb32d8065d'); ext\email\send($emailId);Leave a comment:
-
With formula:
https://docs.espocrm.com/administrat...extpdfgenerate
https://docs.espocrm.com/administrat...-in-attachment
You can put the script into Update Target Record action.Last edited by yuri; 05-27-2020, 10:30 AM.Leave a comment:
-
Hello,
there are new formula for send mail & pdf .. so just need create a workflowLeave a comment:
-
send email with PDF using workflow
There are some entities (e.g invoice) support email PDF. Can i set a workflow to automate this action (using workflow to send invoice pdf)? thanks.Tags: None

Leave a comment: