Skip to content

Commit

Permalink
chore: update email descriptions and add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed Nov 4, 2024
1 parent 463aa59 commit 0ca971c
Show file tree
Hide file tree
Showing 10 changed files with 65 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"name" : "Email Boundary Event Connector",
"id" : "io.camunda.connectors.inbound.EmailBoundary.v1",
"description" : "Consume emails",
"metadata": {
"keywords": [
"email received"
]
},
"documentationRef" : "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/email",
"version" : 1,
"category" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"name" : "Email Intermediate Catch Event Connector",
"id" : "io.camunda.connectors.inbound.EmailIntermediate.v1",
"description" : "Consume emails",
"metadata": {
"keywords": [
"email received"
]
},
"documentationRef" : "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/email",
"version" : 1,
"category" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"name" : "Email Message Start Event Connector",
"id" : "io.camunda.connectors.inbound.EmailMessageStart.v1",
"description" : "Consume emails",
"metadata": {
"keywords": [
"email received"
]
},
"documentationRef" : "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/email",
"version" : 1,
"category" : {
Expand Down
10 changes: 10 additions & 0 deletions connectors/email/element-templates/email-outbound-connector.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
"name" : "Email Connector",
"id" : "io.camunda.connectors.email.v1",
"description" : "Execute email requests",
"metadata": {
"keywords": [
"send emails",
"list emails",
"search emails",
"delete emails",
"read emails",
"move emails"
]
},
"documentationRef" : "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/email/",
"version" : 1,
"category" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"name" : "Hybrid Email Boundary Event Connector",
"id" : "io.camunda.connectors.inbound.EmailBoundary.v1-hybrid",
"description" : "Consume emails",
"metadata": {
"keywords": [
"email received"
]
},
"documentationRef" : "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/email",
"version" : 1,
"category" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"name" : "Hybrid Email Intermediate Catch Event Connector",
"id" : "io.camunda.connectors.inbound.EmailIntermediate.v1-hybrid",
"description" : "Consume emails",
"metadata": {
"keywords": [
"email received"
]
},
"documentationRef" : "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/email",
"version" : 1,
"category" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
"name" : "Hybrid Email Connector",
"id" : "io.camunda.connectors.email.v1-hybrid",
"description" : "Execute email requests",
"metadata": {
"keywords": [
"send emails",
"list emails",
"search emails",
"delete emails",
"read emails",
"move emails"
]
},
"documentationRef" : "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/email/",
"version" : 1,
"category" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"name" : "Hybrid Email Message Start Event Connector",
"id" : "io.camunda.connectors.inbound.EmailMessageStart.v1-hybrid",
"description" : "Consume emails",
"metadata": {
"keywords": [
"email received"
]
},
"documentationRef" : "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/email",
"version" : 1,
"category" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
version = 1,
inputDataClass = EmailInboundConnectorProperties.class,
description = "Consume emails",
metadata =
@ElementTemplate.Metadata(
keywords = {
"email received"
}),
documentationRef =
"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/email",
propertyGroups = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@
id = "io.camunda.connectors.email.v1",
name = "Email Connector",
description = "Execute email requests",
metadata =
@ElementTemplate.Metadata(
keywords = {
"send emails",
"list emails",
"search emails",
"delete emails",
"read emails",
"move emails"
}),
inputDataClass = EmailRequest.class,
version = 1,
propertyGroups = {
Expand Down

0 comments on commit 0ca971c

Please sign in to comment.