@itentialopensource/email-smtp
Advanced tools
Comparing version 1.0.2-2023.1.0 to 1.0.2
{ | ||
"metadata": { | ||
"name": "@itentialopensource/email-smtp", | ||
"version": "1.0.2-2023.1.0", | ||
"version": "1.0.2", | ||
"description": "This Pre-Built Automation bundle contains use cases around email notification using SMTP", | ||
@@ -628,3 +628,3 @@ "license": "Apache-2.0", | ||
], | ||
"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/release/2023.1/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>" | ||
"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.2-2023.1.0 [01-30-2024] | ||
## 1.0.2 [04-03-2024] | ||
* Publish change for npm version duplicate | ||
Regenerate documentation and metadata.json files | ||
See merge request itentialopensource/pre-built-automations/email-smtp!3 | ||
See commit 94da640 | ||
2024-01-30 15:37:00 +0000 | ||
--- | ||
@@ -9,0 +11,0 @@ |
@@ -18,4 +18,5 @@ # Send Email - SMTP | ||
- [Outputs](#outputs) | ||
- [Query Output](#query-output) | ||
- [Example Inputs and Outputs](#example-inputs-and-outputs) | ||
- [API Links](#api-links) | ||
- [Example Inputs and Outputs](#example-inputs-and-outputs) | ||
- [Support](#support) | ||
@@ -31,2 +32,5 @@ | ||
## Getting Started | ||
@@ -106,3 +110,3 @@ | ||
The primary IAP component to run this Workflow Project is listed below: | ||
The primary IAP component to run **Send Email - SMTP** is listed below: | ||
@@ -125,3 +129,3 @@ <table> | ||
The following table lists the inputs to the Workflow Project: | ||
The following table lists the inputs for **Send Email - SMTP**: | ||
@@ -177,3 +181,3 @@ <table> | ||
The following table lists the outputs of the Workflow Project: | ||
The following table lists the outputs for **Send Email - SMTP**: | ||
@@ -208,34 +212,36 @@ <table> | ||
### Query Output | ||
#### Query Output | ||
The following items show how to query successful results from the output: | ||
The following items show how to query successful results from the output of **Send Email - SMTP**: | ||
##### Email Status | ||
#### Email Status | ||
`emailResult.status` | ||
##### Success Response Message | ||
#### Success Response Message | ||
`emailResult.responseData` | ||
The following items show how to query failure results from the output of **Send Email - SMTP**: | ||
The following items show how to query failure results from the output: | ||
#### Email Status | ||
##### Email Status | ||
`emailResult.status` | ||
##### Error Response Message | ||
#### Error Response Message | ||
`emailResult.responseData` | ||
@@ -245,10 +251,4 @@ | ||
### API Links | ||
- [Nodemailer API Reference](https://www.npmjs.com/package/nodemailer) | ||
### Example Inputs and Outputs | ||
@@ -313,4 +313,25 @@ | ||
### API Links | ||
<table> | ||
<thead> | ||
<tr> | ||
<th>API Name</th> | ||
<th>API Documentation Link</th> | ||
<th>API Link Visibility</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>Nodemailer API Reference</td> | ||
<td><a href="https://www.npmjs.com/package/nodemailer">https://www.npmjs.com/package/nodemailer</a></td> | ||
<td>Public</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
## Support | ||
Please use your Itential Customer Success account if you need support when using this Workflow Project. | ||
Please use your Itential Customer Success account if you need support when using **Send Email - SMTP**. |
@@ -5,4 +5,4 @@ { | ||
"type": "Workflow Project", | ||
"vendor": "", | ||
"product": "", | ||
"vendor": "Email", | ||
"product": "SMTP", | ||
"method": "", | ||
@@ -46,3 +46,4 @@ "osVersions": [ | ||
"title": "Nodemailer API Reference", | ||
"link": "https://www.npmjs.com/package/nodemailer" | ||
"link": "https://www.npmjs.com/package/nodemailer", | ||
"public": true | ||
} | ||
@@ -49,0 +50,0 @@ ] |
{ | ||
"version": "1.0.2-2023.1.0", | ||
"version": "1.0.2", | ||
"description": "This Pre-Built Automation bundle contains use cases around email notification using SMTP", | ||
@@ -4,0 +4,0 @@ "scripts": { |
@@ -20,3 +20,3 @@ # Email - SMTP | ||
<tr> | ||
<td><a href='https://gitlab.com/itentialopensource/pre-built-automations/email-smtp/-/blob/release/2023.1/documentation/Send Email - SMTP.md' target='_blank'>Send Email - SMTP</a></td> | ||
<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> | ||
@@ -23,0 +23,0 @@ </tr> |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
68805
17
1456
2