Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

4.1 Sending an email notification

{
"EmailAddress": "yong.guan@tc.gc.ca",
"TemplateId": "GC Notify template ID",
"Reference": "vr-test",
"Personalisation": {
"user_name": "Yong",
"some_variable": "Email notification test"
},
"ApiKey": "GC Notify api key"
}

4.2 Sending notifications in bulk

{

"Name": "bulk email name",
"TemplateId": "GC Notify template ID",
"Rows": [
["email address", "user_name", "some_variable"],
["yong.guan@tc.gc.ca", "Yong", "bulk email notification"],
["Anurag.Beechu@tc.gc.ca", "Anurag", "bulk email notification"]
],
"ApiKey": "GC Notify api key"

}

Note: The first column of rows need be “email address“ and emails.

5. CAP Management

5.1 CAP Dashboard

...