...
Content Type: “Application/Json”
Message Label/Subject : “DeleteRecurringJob”
Content: Job Name, as specified when the Notification Job was created.
4.
...
Email Notification by using GC Notify
4.1 Sending an email notification
Event: “email-notification-topic”
Event body:
{
"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
Event: “bulkemail-notification-topic”
Event body:
{
"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
...