Spaces:
Sleeping
Sleeping
{ | |
"customer": { | |
"name": "Phil Kip", | |
"company": "Sycular", | |
"position": "CTO", | |
"email": "[email protected]" | |
}, | |
"product": { | |
"name": "NVIDIA H200 GPUs", | |
"features": ["141GB of HBM3e Memory", "4.8 TB/s Memory Bandwidth", "Enhanced AI and HPC Performance"], | |
"benefits": ["Accelerated Generative AI and LLMs", "Improved Energy Efficiency", "Faster Scientific Computing"] | |
}, | |
"sequence": [ | |
{ | |
"day": 1, | |
"subject": "1st Email - Introducing you to NVIDIA H200 GPUs Public Beta", | |
"template": "\n\nHi {name},\n\nI wanted to introduce you to the new and much waited {product_name}, particularly its key feature: '{features[0]}' which can help you with {benefits[0]}. Sign up for the public preview beta and try it out!\n\nBest regards,\nNVIDIA" | |
}, | |
{ | |
"day": 2, | |
"subject": "2nd Email - Follow-up on NVIDIA H200 GPUs Public Beta", | |
"template": "\n\nHi {name},\n\nJust checking in to see if you had a chance to look at {product_name} and its feature of '{features[0]}'. Today I am following up with another cool feature: '{features[1]}' which can help you with {benefits[1]}. Try this out as well!\n\nBest Regards,\nNVIDIA" | |
}, | |
{ | |
"day": 3, | |
"subject": "3rd Email - Final Reminder about NVIDIA H200 GPUs Public Beta", | |
"template": "\n\nHi {name},\n\nI just wanted to send one last reminder about {product_name} which is currently still on public beta. Don't miss out on another cool feature: '{features[2]}' which is best for {benefits[2]}. Try it out before the beta window lapses!\n\nBest Regards,\nNVIDIA" | |
} | |
] | |
} | |