1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Create CustomerIO email notification client (#11220)

* Create CustomerIO email notification client

* remove unused docker yaml changes

* Remove unused comments

* Add unit test

* Rename to customerio specific notification client

* Rename email to customerio

* re-build
This commit is contained in:
terencecho
2022-03-31 08:01:46 -07:00
committed by GitHub
parent 6aa7e4ce79
commit e0aa76d357
14 changed files with 380 additions and 26 deletions

View File

@@ -9101,13 +9101,15 @@ font-style: italic;
"webhook" : "webhook"
},
"sendOnSuccess" : false,
"sendOnFailure" : true
"sendOnFailure" : true,
"customerioConfiguration" : "{}"
}, {
"slackConfiguration" : {
"webhook" : "webhook"
},
"sendOnSuccess" : false,
"sendOnFailure" : true
"sendOnFailure" : true,
"customerioConfiguration" : "{}"
} ],
"workspaceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}</code></pre>
@@ -9228,13 +9230,15 @@ font-style: italic;
"webhook" : "webhook"
},
"sendOnSuccess" : false,
"sendOnFailure" : true
"sendOnFailure" : true,
"customerioConfiguration" : "{}"
}, {
"slackConfiguration" : {
"webhook" : "webhook"
},
"sendOnSuccess" : false,
"sendOnFailure" : true
"sendOnFailure" : true,
"customerioConfiguration" : "{}"
} ],
"workspaceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}</code></pre>
@@ -9310,13 +9314,15 @@ font-style: italic;
"webhook" : "webhook"
},
"sendOnSuccess" : false,
"sendOnFailure" : true
"sendOnFailure" : true,
"customerioConfiguration" : "{}"
}, {
"slackConfiguration" : {
"webhook" : "webhook"
},
"sendOnSuccess" : false,
"sendOnFailure" : true
"sendOnFailure" : true,
"customerioConfiguration" : "{}"
} ],
"workspaceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}</code></pre>
@@ -9381,13 +9387,15 @@ font-style: italic;
"webhook" : "webhook"
},
"sendOnSuccess" : false,
"sendOnFailure" : true
"sendOnFailure" : true,
"customerioConfiguration" : "{}"
}, {
"slackConfiguration" : {
"webhook" : "webhook"
},
"sendOnSuccess" : false,
"sendOnFailure" : true
"sendOnFailure" : true,
"customerioConfiguration" : "{}"
} ],
"workspaceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}, {
@@ -9407,13 +9415,15 @@ font-style: italic;
"webhook" : "webhook"
},
"sendOnSuccess" : false,
"sendOnFailure" : true
"sendOnFailure" : true,
"customerioConfiguration" : "{}"
}, {
"slackConfiguration" : {
"webhook" : "webhook"
},
"sendOnSuccess" : false,
"sendOnFailure" : true
"sendOnFailure" : true,
"customerioConfiguration" : "{}"
} ],
"workspaceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
} ]
@@ -9484,13 +9494,15 @@ font-style: italic;
"webhook" : "webhook"
},
"sendOnSuccess" : false,
"sendOnFailure" : true
"sendOnFailure" : true,
"customerioConfiguration" : "{}"
}, {
"slackConfiguration" : {
"webhook" : "webhook"
},
"sendOnSuccess" : false,
"sendOnFailure" : true
"sendOnFailure" : true,
"customerioConfiguration" : "{}"
} ],
"workspaceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}</code></pre>
@@ -9611,13 +9623,15 @@ font-style: italic;
"webhook" : "webhook"
},
"sendOnSuccess" : false,
"sendOnFailure" : true
"sendOnFailure" : true,
"customerioConfiguration" : "{}"
}, {
"slackConfiguration" : {
"webhook" : "webhook"
},
"sendOnSuccess" : false,
"sendOnFailure" : true
"sendOnFailure" : true,
"customerioConfiguration" : "{}"
} ],
"workspaceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}</code></pre>
@@ -10519,6 +10533,7 @@ font-style: italic;
<div class="param">sendOnSuccess </div><div class="param-desc"><span class="param-type"><a href="#boolean">Boolean</a></span> </div>
<div class="param">sendOnFailure </div><div class="param-desc"><span class="param-type"><a href="#boolean">Boolean</a></span> </div>
<div class="param">slackConfiguration (optional)</div><div class="param-desc"><span class="param-type"><a href="#SlackNotificationConfiguration">SlackNotificationConfiguration</a></span> </div>
<div class="param">customerioConfiguration (optional)</div><div class="param-desc"><span class="param-type"><a href="#">Object</a></span> </div>
</div> <!-- field-items -->
</div>
<div class="model">