Marketing Suspended until a specific date | Community
Skip to main content
Nicholas_Hajdin
New Participant
March 15, 2018
Solved

Marketing Suspended until a specific date

  • March 15, 2018
  • 1 reply
  • 3259 views

I want to allow for Sales to check Marketing Suspended and select a custom date field at which point to unsuspend the person in Marketo.

Example:

Salesforce: Sales checks marketing suspended and selects the custom date field (Unsuspend date).

Marketo: Marketing Suspended=True, wait until {{custom date token}}, change data value Marketing Suspended=False.

Advanced Wait Properties allow you to choose the system.date token, a selected date, or a duration. Is there a workaround to allow you to choose a custom date field as a wait step?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Grégoire_Miche2

Hi Nick,

You can use the trigger to set the suspended to true, but stop it there. Do not use waits and triggers for the end of suspension.

Use a batch campaign that filters in anyone whose Unsuspended end date is in past 2 days and that are suspended. in this smart campaign unsuspend them and reset the date to NULL. Make the qualification rule to "every time" anbd schedule the campaign to run every night, very early in the morning (like 1AM).

-Greg

1 reply

Grégoire_Miche2
Grégoire_Miche2Accepted solution
New Participant
March 15, 2018

Hi Nick,

You can use the trigger to set the suspended to true, but stop it there. Do not use waits and triggers for the end of suspension.

Use a batch campaign that filters in anyone whose Unsuspended end date is in past 2 days and that are suspended. in this smart campaign unsuspend them and reset the date to NULL. Make the qualification rule to "every time" anbd schedule the campaign to run every night, very early in the morning (like 1AM).

-Greg

Nicholas_Hajdin
New Participant
March 15, 2018

Thanks Greg - this looks like it should work. I will run through testing once I get closer to Prod - just wanted to make sure it was possible.

Grégoire_Miche2
New Participant
March 15, 2018

I am sure it works Long duration wait steps is not really a good idea, you never know what can happen. And you have no control.