On your Send page, you have the ability to add as many Send Schedulers as you'd like - but with more schedulers comes more complexity. Ideally, you will have as few as possible in order to make your life easier, but there will be times where more Send Schedulers will be needed.
On the subject of making your life easier.... make sure you give each Send Scheduler a name in the top left of your Scheduler! This will make it so much easier to understand the logic of how surveys are being sent in your system later.
Sending Surveys to different time zones
In our Send Schedulers, you can utilize the "send time" field found on the "Weekdays & Time" section - if you were to click "10:00" in the screenshot below, you could select a different time.
In this example, we want to send a survey to our West Coast USA customers at 10am, and a survey to our Nepal customers at 10am their time. To do this, we would set the time to 10am for the USA customers, and the time to 22:00 for Nepal because they are 12 hours ahead of us. The calculations for this can be a bit tricky! Google is your friend here. :) ("What country is 12 hours ahead of me")
Sending "Lifecycle" Surveys
A typical use-case for this is "Lifecycle" surveys, where surveys are sent at different points at the customer journey. You will set your Surveys up based on custom data fields - you can either use an existing field like "Customer_phase" (with values of "onboarding", "existing", "renewing") or based on a date field.
If you have a field similar to "customer_phase" in your CRM...
- ...We can set up a scheduler for each phase of the journey, surveying at 2 weeks, 3 months, and 3 months before the yearly renewal:
- One scheduler would have the rule:
- customer_phase | is | "onboarding"
- The next scheduler would have the rule:
- customer_phase | is | "existing"
- The last scheduler would have the rule:
- customer_phase | is | "renewing"
- One scheduler would have the rule:
This is dependent on the fields you are bringing in from your CRM - if we don't have the data, we can't set the rules.
If we have a date field (say, "closed_won_date")...
- ...We can set up a scheduler for each phase of the journey, surveying at 2 weeks, 3 months, and 3 months before the yearly renewal:
- One scheduler would be set to:
- closed_won_date | is exactly | 14 | days | ago | don't repeat
- The next scheduler would be set to:
- closed_won_date | is exactly | 90 | days | ago | don't repeat
- The last scheduler would be set to:
- closed_won_date | is exactly | 270 | days | ago | don't repeat
- One scheduler would be set to:
You can definitely have more than one date field - you will just need to reach out to Support@asknice.ly to convert all custom fields to date fields. Here is an example of a Send Scheduler with date logic:
Sending Multiple Survey Templates
This help article talks about how you can use the "Custom Template" dropdown on multiple Send Schedulers to send multiple Survey Templates based on rules you control. This is a very visual and helpful way to understand the logic of how and why surveys are sent to individual people.
Let us know if you come up with other solutions using Send Schedulers! We're always excited to see what people come up with.