-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(inbound-email-connector): add inbound email connector documentation #4463
docs(inbound-email-connector): add inbound email connector documentation #4463
Conversation
👋 🤖 ✅ Looks like the changes were ported across versions, nice job! 🎉 You can read more about the versioning within our docs in our documentation guidelines. |
This inbound connector creates a new process each time a new email is received. | ||
|
||
- `Folder`: (Optional) This parameter defines the folder that the inbound connector will monitor. If not specified, the default folder is set to INBOX. | ||
- `Polling Wait Time`: This parameter sets the interval between each polling operation. Please [refer to the documentation](https://docs.camunda.io/docs/components/modeler/bpmn/timer-events/#time-duration) on time duration for the correct format. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[all.hrefProduction] Improper link format: 'refer to the documentation'. Please use relative URLs.
default folder is set to INBOX. For subfolders, use `.` or `/` separated path (ex: `inside/folder` or | ||
`inside.folder`) | ||
- `Polling Wait Time`: This parameter sets the interval between each polling operation. | ||
Please [refer to the documentation](https://docs.camunda.io/docs/components/modeler/bpmn/timer-events/#time-duration) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[all.hrefProduction] Improper link format: 'refer to the documentation'. Please use relative URLs.
What is the status of this PR? |
It will be released on |
@mathias-vandaele I assume this means this should be included in the alpha release next week then?
|
Hello @mesellings I added the correct label, I want to mention this will also be added in the next patch of 8.6. This will be part of the next alpha but this feature will also be present on latest |
Thanks @mathias-vandaele I'll review this for you now 👍 |
I assume this means we should also backport to the 8.6 docs? (just checking) |
I've updated the PR description based on the following:
To me, this means it should be available for both the current docs (8.6) and future ( |
versioned_docs/version-8.6/components/connectors/out-of-the-box-connectors/email.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mathias-vandaele I've committed my edits to the branch, and backported to the 8.6 docs, happy to approve, good job! 👍 🚀
@mathias-vandaele Shall I merge and release this for you? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed broken link and typo - approved 👍
…s://github.com/camunda/camunda-docs into docs-add-inbound-email-connector-documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved after link fix 👍
Description
This feature will be available in the next connector patch
8.6.3
When should this change go live?
hold
label or convert to draft PR)PR Checklist
/versioned_docs
directory./docs
directory (aka/next/
).