Sending a Quote PDF by Email Without Downloading It First
Hello,
First of all, thank you for the help with my previous issue. The "From" field problem was solved after marking the Outbound Email account as Shared.
Now I have another question regarding the operational workflow.
I have a custom entity called Quote (Orçamento). From this entity, I generate a PDF quote document that needs to be sent to the customer by email.
Currently, my process is:
This works, but it is not very practical for daily operations.
I would like to know whether there is a way in EspoCRM Community to:
My goal would be a process like:
Quote → Generate PDF → Compose Email → PDF already available as attachment
The Quote entity is a custom entity developed for a tourism agency workflow.
Could anyone suggest the best practice for this scenario?
Thank you.
Hello,
First of all, thank you for the help with my previous issue. The "From" field problem was solved after marking the Outbound Email account as Shared.
Now I have another question regarding the operational workflow.
I have a custom entity called Quote (Orçamento). From this entity, I generate a PDF quote document that needs to be sent to the customer by email.
Currently, my process is:
- Open the Quote record.
- Generate the PDF.
- Download the PDF file to my computer.
- Create an email.
- Manually attach the downloaded PDF.
- Send the email.
This works, but it is not very practical for daily operations.
I would like to know whether there is a way in EspoCRM Community to:
- Generate the PDF and automatically store it in the Quote record;
- Attach the generated PDF directly to an email without downloading it first;
- Select an attachment that already belongs to the current record when composing an email;
- Or any other recommended approach for this type of workflow.
My goal would be a process like:
Quote → Generate PDF → Compose Email → PDF already available as attachment
The Quote entity is a custom entity developed for a tourism agency workflow.
Could anyone suggest the best practice for this scenario?
Thank you.


Comment