1 respuesta
Hi Jessica,
It should be possible to send an email to the Lead owner based on a created Task/event within the Lead. It will require you to create a Process Builder on the Task object which updates a dummy field on the Lead (Let's say a Date/Time Field) whenever the Task is created within a Lead (criteria to use is NameID or WhoID starts with 00Q). Once the field is populated, you can create another Process starting on the Lead object which checks if the dummy field is changed, and sends an email alert to the Lead owner. My concern here is if the first process will detect the creation of the activity since it looks like it's not being created manually, but you can still try this though.
Thanks!