-
Feature
-
Resolution: Obsolete
-
Major
-
None
-
0
-
0%
-
Todo
(Migrated from https://github.com/syndesisio/syndesis/issues/3517)
Author: Keith Babo
Assignees: Andrea Cosentino,
This is a...
[!-- Check ONLY one of the following options with "x" --]
[pre][code]
[X] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report [!-- Please search GitHub for a similar issue or PR before submitting --]
[ ] Documentation issue or request
[/code][/pre]
[!-- If possible, please choose the appropriate labels for your issue. You find a description of all
labels used at https://doc.syndesis.io/#dev-labels --]
The problem
It would be nice if the Gmail connector included a type converter for String -> GmailMessageModel. This would allow non-Gmail-aware components/processors to work with Gmail connector OOTB by just setting a String as the message body. The converter should set the String body value to GmailSendEmailCustomizer.text.
Expected behavior
[!-- Describe what the desired behavior would be, enlistin gthe acceptance criteria. --]
Pass a string to the Gmail connector and have it used as the email text.