Re: Possible to automate an email to go out exactly X days after an activity?

Stephanie_Emor1
Level 1

Possible to automate an email to go out exactly X days after an activity?

We would like to automate an email to send each day to those who had a certain activity exactly 20 days ago (in this case, their trial ended exactly 20 days ago, which throws them into a new lifecycle stage - so there is a data value change we can filter on).

As far as I can tell, there is not a way to do this with the filter constraints, as if I were to use an exact day (is) then I cannot automate it, and if I use "in past" then I include more than I want to. This is not something that we have time to develop - we need a fast fix. Long term, I would add this into the general communication flow and make use of wait steps, but we don't have time for that right now. Any suggestions, solutions, hacks?

Tags (1)
10 REPLIES 10
Rachel_Noble
Level 9 - Champion Alumni

Re: Possible to automate an email to go out exactly X days after an activity?

Two ways:

1) Smart list filter looks at "today" and the flow has a wait step of 20 days before sending the email

2) (Preferred method) Use 2 filters: In Past Before 20 Days, In Past 21 Days

SanfordWhiteman
Level 10 - Community Moderator

Re: Possible to automate an email to go out exactly X days after an activity?

3rd way:

Set a field like Post-Trial Reflow Date to

     {{lead.Trial Expiration Date}} + 20 days

Batch sends to everyone whose Post-Trial Reflow Date is today.

Veronica_Holme4
Level 10 - Champion Alumni

Re: Possible to automate an email to go out exactly X days after an activity?

This method recommended by Sanford 100% works. It's how I do all my license renewal and trial comms now. Blissfully easy.

klcm
Level 1

Re: Possible to automate an email to go out exactly X days after an activity?

Can you expand on what you mean by "set a field"? 

SanfordWhiteman
Level 10 - Community Moderator

Re: Possible to automate an email to go out exactly X days after an activity?


Can you expand on what you mean by "set a field"? 

As in Change Data Value.

Denise_Greenb12
Level 7

Re: Possible to automate an email to go out exactly X days after an activity?

Hey Rachel,

Your option 2 works with a date field (and is clever!) - but I think Stephanie is saying they can reference a data value change for a non-date field, as in:

Data Value Changed->Lifecycle Stage->New Stage is x

And "In past before" isn't available in the Date Constraint for a non-Date field. So I think what she'd have to do instead using the same logic you proposed is this:

pastedImage_4.png

Jay_Jiang
Level 10

Re: Possible to automate an email to go out exactly X days after an activity?

Do you have to use filters + batch? Could you not use trigger on "revenue stage is changed" and flow:

wait 20 days

send email if revenue stage is X

EDIT:

Alternatively, trigger on "data value changed" and flow:wait 20 days

send email if life cycle stage is X

Stephanie_Emor1
Level 1

Re: Possible to automate an email to go out exactly X days after an activity?

As mentioned in my question - we do not have time for the wait step. What I am looking for is a solution that does NOT use a wait step.

Rachel_Noble
Level 9 - Champion Alumni

Re: Possible to automate an email to go out exactly X days after an activity?

The second method does not have wait steps. Hopefully we find something that works for you!