You need to sign in to do that
Don't have an account?

Workflow Rule Email Alert help!!
Hi, I am new to Salesforce.
I have this Email Alert setup as so:

How would I create a workflow rule that will fire whenever an EVENT is created?
This is the step I am stuck on
I have this Email Alert setup as so:
How would I create a workflow rule that will fire whenever an EVENT is created?
This is the step I am stuck on
Try the method mentioned above.
For further reference check here too (https://help.salesforce.com/articleView?id=000313053&type=1&mode=1).
Let me know if it helps you and close your query by marking it as solved so that it can help others in the future.
Thanks.
This is more of an administrator question, not developer question, and probably should be asked in the Trailblazer community: https://trailblazers.salesforce.com/answers
Regardless, here's your answer:
You will want to create a Process in Process Builder that will run when an Event is created. Then fire the email alert from the Process.
This tutorial should help:
https://automationchampion.com/tag/send-an-email-process-builder/
1. Create a Process in Process Builder for when a record changes
2. Choose Event object
3. Choose the Email Alert action
Abishek provided a link to a good tutorial on using the Workflow Rule approach, as well.