serge
serge5w ago

serge - hello, i am trying the gmail node and w...

hello, i am trying the gmail node and when i putting the receiver email, the email came to my email as me (without sender email)
Solution:
For now, if it works with your usecase, you'll require to build an API key version of the it, and then your user's can upload their own keys via FlutterFlow - https://docs.buildship.com/tutorials/byok using BYOK.
Bring Your Own Key (BYOK) – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
Jump to solution
13 Replies
Gaurav Chadha
Gaurav Chadha5w ago
Hi @serge, the sender email is a required field, it cannot be skipped.
No description
serge
serge5w ago
hello yes i put but when i receive the email on abricool the sender email is me
Gaurav Chadha
Gaurav Chadha5w ago
Are the above emails, originally associated (created and using) Gmail Service and no alias? As it's working fine and shows the correct sender and receiver to me on test
serge
serge5w ago
it suppose to show the sender email so when i reply to it go to the sender email first one is the hotmail like normal client and second one which suppose to receive is the gmail so it suppose to be from xxxxx@xxxx.com to xxxx@xx.ch
Gaurav Chadha
Gaurav Chadha5w ago
okay, got it. The issue is, that you have authenticated with a Gmail account (abricool@abricool.ch) which you are using in the receiver's email. This won't work. The authenticated account and sender should be same. You need to use the sender's email with which you have authenticated or it's should be an alias.
serge
serge5w ago
so for example, when I implement the API as customer service in flutterflow, how will I receive the email to xxx@xx.xx
Gaurav Chadha
Gaurav Chadha5w ago
currently its an limitation with the OAuth nodes to not being able to use for customer service, we'll be creating a solution for this soon.
serge
serge5w ago
ah do you have an estimate of when is coming when because i need to subscribe to buildship and imeplement in my app do you have any other solutions
Gaurav Chadha
Gaurav Chadha5w ago
no eta on this currently
Solution
Gaurav Chadha
Gaurav Chadha5w ago
For now, if it works with your usecase, you'll require to build an API key version of the it, and then your user's can upload their own keys via FlutterFlow - https://docs.buildship.com/tutorials/byok using BYOK.
Bring Your Own Key (BYOK) – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
serge
serge5w ago
ok thank you Hello, @Gaurav Chadha please another question how can i attach an image with the email?
Gaurav Chadha
Gaurav Chadha5w ago
You may have to modify the node to support this this version only supports body
serge
serge5w ago
ok thank you