1{
2 "id": "<GUID>",
3 "key":"<activity key>",
4 "name":"<activity name>",
5 "type":"EMAILV2",
6 "outcomes":[
7 {
8 "next": "<key of next activity>"
9 "arguments":{},
10 "metaData":{}
11 }
12 ],
13 "arguments":{
14
15 },
16 "configurationArguments":{
17 "triggeredSend":{
18 "emailId":"<email id>",
19 "emailSubject": "<subject>",
20 "preHeader":"<preheader>",
21 "description":"<description>",
22 "campaigns":[
23 {
24 "id":"<campaign id>",
25 "name":"<campaign name>",
26 "color":"<campaign color>"
27 }
28 ],
29 "sendClassificationId":"<send classification id>",
30 "senderProfileId":"<sender profile id>",
31 "deliveryProfileId":"<delivery profile id>",
32 "publicationListId":"<publication list id>",
33 "suppressionLists":[
34 {
35 "name":"<suppression list name>",
36 "id":"<suppression list id>"
37 }
38 ],
39 "domainExclusions":[
40 {
41 "name":"<domain exclusion name>",
42 "id":"<domain exclusion id>"
43 }
44 ],
45 "exclusionFilter":"<exclusion script>",
46 "isTrackingClicks":true,
47 "isMultipart":true,
48 "isSendLogging":true,
49 "suppressTracking":true,
50 "ccEmail":"<cc email>",
51 "bccEmail":"<bcc email>",
52 "keyword":"<keyword>",
53 "throttleLimit":500,
54 "throttleOpens":"12:00",
55 "throttleCloses":"12:30",
56 "isSalesforceTracking":true
57 }
58 },
59 "metaData":{
60 "icon":"/img/email-icon.svg",
61 "iconSmall":"/img/email-icon.svg",
62 "category":"message",
63 "version":"1.0",
64 "isConfigured":true
65 }
66}