<html><body> Hi :salutation,<br/> Thanks so much for joining us at our event!
<p>You have registered for the following event:<br/> :event_details.</p> Thanks,<br/> The SendGrid Team
</body></html>
{"to":["example@example.com","example@example.com","example@example.com"],"sub":{":salutation":[":female",":male",":neutral"],":name":["Alice","Bob","Casey"],":event_details":[":event1",":event2",":event1"],":event_date":["Jan 1","Feb 14","Aug 11"]},"section":{":male":"Mr. :name",":female":"Ms. :name",":neutral":":name",":event1":"New User Event on :event_date",":event2":"Veteran User Appreciation on :event_date"}}
Aliceが受け取るメールは以下のようになります:
123456789101112
<html><body> Hi Ms. Alice,<br/> Thanks so much for joining us at our event!
<p>You have registered for the following event:<br/> New User Event on Jan 1.</p> Thanks,<br/> The SendGrid Team
</body></html>
Bobが受け取るメールは以下のようになります:
123456789101112
<html><body> Hi Mr. Bob,<br/> Thanks so much for joining us at our event!
<p>You have registered for the following event:<br/> Veteran User Appreciation on Feb 14.</p> Thanks,<br/> The SendGrid Team
</body></html>
Caseyが受け取るメールは以下のようになります:
123456789101112
<html><body> Hi Casey,<br/> Thanks so much for joining us at our event!
<p>You have registered for the following event:<br/> New User Event on Aug 11.</p> Thanks,<br/> The SendGrid Team
</body></html>