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:Jump to 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.
13 Replies
Hi @serge, the sender email is a required field, it cannot be skipped.
hello yes i put but when i receive the email on abricool the sender email is me
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
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
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.
so for example, when I implement the API as customer service in flutterflow, how will I receive the email to xxx@xx.xx
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.
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
no eta on this currently
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.
ok thank you
Hello, @Gaurav Chadha please another question how can i attach an image with the email?
You may have to modify the node to support this this version only supports body
ok thank you