@itentialopensource/email-smtp
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"metadata": { | ||
"name": "@itentialopensource/email-smtp", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "This Pre-Built Automation bundle contains use cases around email notification using SMTP", | ||
@@ -22,3 +22,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitlabId": 53035714 | ||
"gitlabId": 52630136 | ||
}, | ||
@@ -31,6 +31,6 @@ "manifest": { | ||
{ | ||
"id": "Email Notification", | ||
"name": "Email Notification", | ||
"id": "Send Email - SMTP", | ||
"name": "Send Email - SMTP", | ||
"type": "workflow", | ||
"location": "/bundles/workflows/Email Notification.json", | ||
"location": "/bundles/workflows/Send Email - SMTP.json", | ||
"properties": { | ||
@@ -64,3 +64,3 @@ "entryPoint": false | ||
"data": { | ||
"name": "Email Notification", | ||
"name": "Send Email - SMTP", | ||
"tasks": { | ||
@@ -71,3 +71,3 @@ "8954": { | ||
"summary": "Parse Receiver Emails", | ||
"description": "Perform a JSON Transformation using the JST library.", | ||
"description": "Use JST to split 'to' email addresses by semicolon into array.", | ||
"location": "Application", | ||
@@ -129,3 +129,3 @@ "locationType": null, | ||
"summary": "Create Error Response", | ||
"description": "Create Error Response", | ||
"description": "Create error response from email task.", | ||
"location": "Application", | ||
@@ -167,3 +167,3 @@ "locationType": null, | ||
"summary": "Create Success Response", | ||
"description": "Create Success Response", | ||
"description": "Create success response from email task.", | ||
"location": "Application", | ||
@@ -204,3 +204,3 @@ "locationType": null, | ||
"canvasName": "mailWithOptions", | ||
"summary": "Send email with cc, bcc, and attachment options", | ||
"summary": "Send Email With Options", | ||
"description": "Email a message with cc, bcc, and attachment options.", | ||
@@ -404,4 +404,4 @@ "location": "Adapter", | ||
"createdVersion": "5.10.4-2020.1.22.0", | ||
"last_updated": "2023-11-17T15:20:58.530Z", | ||
"lastUpdatedVersion": "5.46.0-2023.1.19.0", | ||
"last_updated": "2024-01-12T20:09:01.650Z", | ||
"lastUpdatedVersion": "5.46.0-2023.1.30.0", | ||
"type": "automation", | ||
@@ -636,3 +636,3 @@ "canvasVersion": 1.5, | ||
], | ||
"readme": "# Email - SMTP\n\n## Overview\n\nThis Pre-Built Automation bundle contains use cases around email notification using SMTP\n\n\n<a href='https://gitlab.com/itentialopensource/pre-built-automations/email-test-2/-/blob/master/documentation/Email Notification - SMTP.md' target='_blank'>Email Notification - SMTP</a>\n\n\n\n## External Dependencies\n\n<table>\n <thead>\n <tr>\n <th>Name</th>\n <th>OS Version</th>\n <th>API Version</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Email server, such as Microsoft Outlook</td>\n <td></td>\n <td></td>\n </tr>\n </tbody>\n</table>\n\n## Adapters\n\n<table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Version</th>\n <th>Configuration Notes</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><a href=\"https://gitlab.com/itentialopensource/adapters/notification-messaging/adapter-email\">adapter-email</a></td>\n <td>4.6.0</td>\n <td></td>\n </tr>\n </tbody>\n</table>" | ||
"readme": "# Email - SMTP\n\n## Overview\n\nThe integration of Itential and email enables network teams to utilize SMTP to build automations that can include common tasks for sending emails. This is a library of related automations that can be used as modular components in your own larger, end-to-end workflows.\n\n\n## Workflows\n\n\n<table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Overview</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><a href='https://gitlab.com/itentialopensource/pre-built-automations/email-smtp/-/blob/master/documentation/Send Email - SMTP.md' target='_blank'>Send Email - SMTP</a></td>\n <td>Send email with options</td>\n </tr>\n </tbody>\n</table>\n\n\n## External Dependencies\n\n<table>\n <thead>\n <tr>\n <th>Name</th>\n <th>OS Version</th>\n <th>API Version</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Email server, such as Microsoft Outlook</td>\n <td></td>\n <td></td>\n </tr>\n </tbody>\n</table>\n\n## Adapters\n\n<table>\n <thead>\n <tr>\n <th>Name</th>\n <th>Version</th>\n <th>Configuration Notes</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><a href=\"https://gitlab.com/itentialopensource/adapters/notification-messaging/adapter-email\">adapter-email</a></td>\n <td>4.6.0</td>\n <td></td>\n </tr>\n </tbody>\n</table>" | ||
} |
## 1.0.0 [12-13-2023] | ||
## 1.0.1 [01-30-2024] | ||
* Create Major Release | ||
* Publish change for npm version duplicate | ||
See merge request itentialopensource/pre-built-automations/email-test-2!1 | ||
See merge request itentialopensource/pre-built-automations/email-smtp!3 | ||
--- | ||
## 0.0.3 [12-13-2023] | ||
## 1.0.0 [01-30-2024] | ||
* Bug fixes and performance improvements | ||
* Create 1.0.0 release | ||
See commit 26d3c85n | ||
See merge request itentialopensource/pre-built-automations/email-smtp!2 | ||
--- | ||
## 0.0.3 [01-29-2024] | ||
* Updates documentation and metadata to address compliance issues | ||
See merge request itentialopensource/pre-built-automations/staging/email-smtp!1 | ||
--- | ||
## 0.0.2 [11-30-2023] | ||
@@ -25,2 +33,2 @@ | ||
--- | ||
\n\n\n | ||
\n\n\n\n |
@@ -5,6 +5,6 @@ { | ||
{ | ||
"name": "Email Notification - SMTP", | ||
"path": "/documentation/Email Notification - SMTP.json" | ||
"name": "Send Email - SMTP", | ||
"path": "/documentation/Send Email - SMTP.json" | ||
} | ||
] | ||
} |
{ | ||
"name": "Email - SMTP", | ||
"overview": "This Pre-Built Automation bundle contains use cases around email notification using SMTP", | ||
"overview": "The integration of Itential and email enables network teams to utilize SMTP to build automations that can include common tasks for sending emails. This is a library of related automations that can be used as modular components in your own larger, end-to-end workflows.", | ||
"domains": [ | ||
@@ -12,5 +12,2 @@ "Notifications" | ||
"productLink": "", | ||
"apiLinks": [ | ||
"https://www.npmjs.com/package/nodemailer" | ||
], | ||
"storeLink": "", | ||
@@ -20,13 +17,3 @@ "docLink": "", | ||
"deprecated": { | ||
"isDeprecated": false, | ||
"deprecatedOn": "", | ||
"endOfLife": "", | ||
"replacedBy": { | ||
"name": "", | ||
"overview": "", | ||
"repoLink": "", | ||
"docLink": "", | ||
"webLink": "", | ||
"isProductFeature": false | ||
} | ||
"isDeprecated": false | ||
}, | ||
@@ -37,8 +24,6 @@ "type": "Workflow Project", | ||
"contributeLink": "", | ||
"webName": "Email Notification using SMTP", | ||
"useCases": [ | ||
"Notification when issue during an Automation" | ||
], | ||
"webName": "Email SMTP - Modular Automations", | ||
"useCases": [], | ||
"webLink": "", | ||
"demoLinks": [] | ||
} |
@@ -8,6 +8,6 @@ { | ||
{ | ||
"id": "Email Notification", | ||
"name": "Email Notification", | ||
"id": "Send Email - SMTP", | ||
"name": "Send Email - SMTP", | ||
"type": "workflow", | ||
"location": "/bundles/workflows/Email Notification.json", | ||
"location": "/bundles/workflows/Send Email - SMTP.json", | ||
"properties": { | ||
@@ -14,0 +14,0 @@ "entryPoint": false |
{ | ||
"name": "Email - SMTP", | ||
"webName": "Email Notification using SMTP", | ||
"webName": "Email SMTP - Modular Automations", | ||
"type": "Workflow Project", | ||
"vendor": "email-test-2", | ||
"vendor": "", | ||
"product": "", | ||
"method": "REST", | ||
"method": "", | ||
"osVersions": [ | ||
@@ -24,17 +24,5 @@ "" | ||
], | ||
"useCases": [ | ||
"Notification when issue during an Automation" | ||
], | ||
"useCases": [], | ||
"deprecated": { | ||
"isDeprecated": false, | ||
"deprecatedOn": "", | ||
"endOfLife": "", | ||
"replacedBy": { | ||
"name": "", | ||
"overview": "", | ||
"repoLink": "", | ||
"docLink": "", | ||
"webLink": "", | ||
"isProductFeature": false | ||
} | ||
"isDeprecated": false | ||
}, | ||
@@ -44,6 +32,7 @@ "brokerSince": "", | ||
"storeLink": "", | ||
"repoLink": "https://gitlab.com/itentialopensource/pre-built-automations/email-test-2", | ||
"npmLink": "https://www.npmjs.com/package/@itentialopensource/email-test-2", | ||
"repoLink": "https://gitlab.com/itentialopensource/pre-built-automations/email-smtp", | ||
"npmLink": "https://www.npmjs.com/package/@itentialopensource/email-smtp", | ||
"docLink": "", | ||
"demoLinks": [], | ||
"trainingLinks": [], | ||
"faqLink": "", | ||
@@ -56,3 +45,6 @@ "contributeLink": "", | ||
"apiLinks": [ | ||
"https://www.npmjs.com/package/nodemailer" | ||
{ | ||
"title": "Nodemailer API Reference", | ||
"link": "https://www.npmjs.com/package/nodemailer" | ||
} | ||
] | ||
@@ -62,4 +54,4 @@ }, | ||
{ | ||
"name": "Email Notification - SMTP", | ||
"webName": "Email Notification - SMTP", | ||
"name": "Send Email - SMTP", | ||
"webName": "Send Email - SMTP", | ||
"assetType": "Workflow", | ||
@@ -66,0 +58,0 @@ "overview": "Send email with options", |
{ | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "This Pre-Built Automation bundle contains use cases around email notification using SMTP", | ||
@@ -4,0 +4,0 @@ "scripts": { |
@@ -5,9 +5,24 @@ # Email - SMTP | ||
This Pre-Built Automation bundle contains use cases around email notification using SMTP | ||
The integration of Itential and email enables network teams to utilize SMTP to build automations that can include common tasks for sending emails. This is a library of related automations that can be used as modular components in your own larger, end-to-end workflows. | ||
<a href='https://gitlab.com/itentialopensource/pre-built-automations/email-test-2/-/blob/master/documentation/Email Notification - SMTP.md' target='_blank'>Email Notification - SMTP</a> | ||
## Workflows | ||
<table> | ||
<thead> | ||
<tr> | ||
<th>Name</th> | ||
<th>Overview</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a href='https://gitlab.com/itentialopensource/pre-built-automations/email-smtp/-/blob/master/documentation/Send Email - SMTP.md' target='_blank'>Send Email - SMTP</a></td> | ||
<td>Send email with options</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
## External Dependencies | ||
@@ -14,0 +29,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60114
63
1455