Is it possible to capture the date an email was actually sent?

Hi there,

We have a custom email function, and are using the Created date to note when we create an email. However, if we decide not to send the email…the created date field stays populated (which is what I would expect).

Is there a way to actually capture and store the date we actually sent the email?

Thanks

Hi,

You may follow the steps below:

Step 1. Create an “Email Sent” date field.

Step 2. Create a “Update Values” action button with {{NOW}}:

Step 3. Combine the new button with the custom email action button.

In the future, when you sent the mail, the system will fill in the “Email Sent” date field automatically.