Skip to main content

This thread is for the upcoming EMEA Admin Office Hours for Thursday, July 10, 2025.

🕐 Time: 1:00 – 2:30 PM UK Time
💬 Have questions? Drop them in this thread—we’ll cover them live during the session!

🔗 Join Zoom Meeting (Note: this is a new link!)
https://gainsight.zoom.us/j/94074862515?pwd=DAiixkKZfGaL7va9VNZiEiPiGUA261.1
🔢 Meeting ID: 940 7486 2515
🔐 Passcode: 333404

📞 One Tap Mobile (US)
+17193594580,,94074862515#,,,,*333404#
+12532050468,,94074862515#,,,,*333404#

🌍 Dial-in by your location
(US, UK, India, Israel, Canada & more)
👉 Find your local number

💻 Join via SIP
94074862515@zoomcrc.com

🌐 Join via H.323

  • US West: 144.195.19.161

  • US East: 206.247.11.121

  • India (Mumbai): 115.114.131.7

  • India (Hyderabad): 115.114.115.7

  • Netherlands (Amsterdam): 159.124.15.191

  • Germany: 159.124.47.249

  • Australia (Sydney): 159.124.104.213

  • Australia (Melbourne): 159.124.74.212

  • Brazil: 64.211.144.160

  • Canada (Toronto): 159.124.168.213

  • Canada (Vancouver): 159.124.196.25

  • Japan (Tokyo): 170.114.194.163

  • Japan (Osaka): 147.124.100.25

🔢 Meeting ID: 940 7486 2515
🔐 Passcode: 333404

Looking forward to seeing you there!


Shiv
Gainsight CS

In some of our playbooks, we have email templates that are generated for our account managers to send. Is it possible for these to be set up so they send automatically when the playbook is created?


In some of our playbooks, we have email templates that are generated for our account managers to send. Is it possible for these to be set up so they send automatically when the playbook is created?

 

@charlottejohnson 

There isn’t a direct setting to achieve this, but you can handle the use case by following one of the two approaches below:

 Basic Approach

  1. Remove the email task from the playbook.

  2. Create a Journey Orchestrator (JO) program that queries recent CTAs created from that playbook and sends the corresponding email.

Recommended Structured Approach

  1. Modify the playbook: Replace the email task with a regular task titled something like “Email to be sent by program,” and set the due_date to the day the email should be sent.

  2. Create a JO program to:

    • Fetch all accounts where this task is open and the due_date equals today's run date.

    • Send the email using the same email template originally defined in the playbook.

    • Upon successful email delivery, use the CS Task API to mark the task created in Step 1 as closed.


There isn’t a direct setting to achieve this, but you can handle the use case by following one of the two approaches below:

 Basic Approach

  1. Remove the email task from the playbook.

  2. Create a Journey Orchestrator (JO) program that queries recent CTAs created from that playbook and sends the corresponding email.

Recommended Structured Approach

  1. Modify the playbook: Replace the email task with a regular task titled something like “Email to be sent by program,” and set the due_date to the day the email should be sent.

  2. Create a JO program to:

    • Fetch all accounts where this task is open and the due_date equals today's run date.

    • Send the email using the same email template originally defined in the playbook.

    • Upon successful email delivery, use the CS Task API to mark the task created in Step 1 as closed.