Hi everyone,
First of all, I want to say how impressed I am with EspoCRM — it’s an outstanding product and has been a pleasure to work with.
I’m currently using n8n to automate a range of system integrations between Espo and other parts of my business. So far, I haven’t encountered any major limitations. However, I’m struggling with one remaining piece of the workflow: automatically sending invoices and receipts via email, including the generated PDF attachments.
The process begins with a webhook that triggers n8n to create an Invoice record in EspoCRM. This part works perfectly. The challenge is the next step — sending the email with the invoice or receipt PDF attached. After several weeks of testing and research, I still haven’t found a reliable way to achieve this through the API.
From what I’ve been able to gather, it appears that the required API endpoints may not exist, or that this functionality might only be available through the Advanced Pack. Some discussions suggest that a custom solution may be necessary.
Could anyone confirm whether sending emails with PDF templates via the API is supported natively, or whether the Advanced Pack or custom development is required?
Any guidance or clarification would be greatly appreciated.
Thanks, Terry
First of all, I want to say how impressed I am with EspoCRM — it’s an outstanding product and has been a pleasure to work with.
I’m currently using n8n to automate a range of system integrations between Espo and other parts of my business. So far, I haven’t encountered any major limitations. However, I’m struggling with one remaining piece of the workflow: automatically sending invoices and receipts via email, including the generated PDF attachments.
The process begins with a webhook that triggers n8n to create an Invoice record in EspoCRM. This part works perfectly. The challenge is the next step — sending the email with the invoice or receipt PDF attached. After several weeks of testing and research, I still haven’t found a reliable way to achieve this through the API.
From what I’ve been able to gather, it appears that the required API endpoints may not exist, or that this functionality might only be available through the Advanced Pack. Some discussions suggest that a custom solution may be necessary.
Could anyone confirm whether sending emails with PDF templates via the API is supported natively, or whether the Advanced Pack or custom development is required?
Any guidance or clarification would be greatly appreciated.
Thanks, Terry

Comment