Skip to content

Commit

Permalink
Merge pull request #40 from splunk-soar-connectors/next
Browse files Browse the repository at this point in the history
Merging next to main for release 2.5.6
  • Loading branch information
tapishj-splunk authored Sep 24, 2024
2 parents 8992b9d + d363898 commit c88c155
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# G Suite for GMail

Publisher: Splunk
Connector Version: 2.5.5
Connector Version: 2.5.6
Product Vendor: Google
Product Name: GMail
Product Version Supported (regex): ".\*"
Expand Down
13 changes: 6 additions & 7 deletions gsgmail.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"latest_tested_versions": [
"Cloud, May 26, 2023"
],
"app_version": "2.5.5",
"app_version": "2.5.6",
"product_version_regex": ".*",
"license": "Copyright (c) 2017-2024 Splunk Inc.",
"utctime_updated": "2024-06-12T01:34:16.000000Z",
"utctime_updated": "2024-09-24T16:12:52.000000Z",
"configuration": {
"login_email": {
"required": true,
Expand Down Expand Up @@ -1290,7 +1290,7 @@
"title": "Get Email",
"view": "gsgmail_view.get_email"
}
},
},
{
"action": "get user",
"description": "Retrieve user details via email address",
Expand All @@ -1309,7 +1309,6 @@
"primary": true,
"required": true
}

},
"output": [
{
Expand Down Expand Up @@ -1351,7 +1350,7 @@
"data_path": "action_result.data.*.messagesTotal",
"data_type": "numeric",
"example_values": [
1234
1234
]
},
{
Expand Down Expand Up @@ -1477,7 +1476,7 @@
"vault id"
],
"primary": true
},
},
"alias_email": {
"description": "Custom from send-as alias email",
"data_type": "string",
Expand Down Expand Up @@ -1508,7 +1507,7 @@
"email"
],
"example_values": [
"test@testdomain.abc.com"
"test@testdomain.abc.com"
]
},
{
Expand Down
6 changes: 6 additions & 0 deletions release_notes/2.5.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* [PAPP-34366] GSuite for Gmail improvements.
* New `send_email` action with support for attachments, plain text and html bodies and send-as alias.
* New `get_user` action
* Added a `default_format` dropdown in the apps configuration for the `get_email` action.
* In the app configuration users can specify whether they want to ingest emails using ASCII or UTF-8 when polling.
* Users can specfiy an auto-reply and forwarding address in the asset configuration page.

0 comments on commit c88c155

Please sign in to comment.