Hello,
I want to send email from custom hook, I wasnt able to find it or make it using \Espo\Services\Email. Thank you.
Announcement
Collapse
No announcement yet.
Search Result
Collapse
9 results in 0.0083 seconds.
Keywords
Members
Tags
-
How to send email from custom hook?
-
Hooks » Get Documents Accounts for Email Template
Good morning everyone,
I have created a workflow that alerts me about changes in some fields of the Document entity.
In the email template...3 Photos
-
Problem on case entity hook
I'm not be able to write a hook for entity Case because the namespace Espo\Custom\Hooks\Case;
is not admitted due to the use of a PHP the reserved...
-
Hook loops
The hook should run once after saving, but runs four times. Code of the Hook:
Хук должен запускаться только один раз,...Last edited by Kirill; 01-28-2019, 09:52 AM.
-
Fill Quote itemList through Hook
Hi,
How would I be able to fill Quote's itemList field through php Hooks? Is it fine to just fill some jsonArray data through 'set' method...
-
Autofill of matched data after relating an Entity
Is there any triggers or hooks that could be triggered after selecting an Entity through selection? This is to let me autofill the data from the selected...
- Likes 1
-
beforeSave hook to spawn multiple Tasks
I am trying to create a hook for the beforeSave event on Tasks so that it spawns multiple, new tasks for a particular task.
Below are the 'barebones'...
-
Hook with Phone Number
I'm trying to create a hook to add the primary phone number to the meeting entity. What I'd like to do is pull the phone number for the account and populate...
-
Email Hook
Hello,
I am working on create hook for email send.
My requirement is that when I send email, I want to append some text in the body...