The situation is that the Sendinblue plugin does not allow you to send images as dynamic values. You can only send the image URL via the dynamic value and the setup will be the following: setup, template, email.
So you donāt need to put something into the workflow because the plugin will not recognize that Sendinblue {{item.image}} field.
Iād like to recommend you read this Sendinblue article if youād like to personalize your template with some dynamic images:
Hello @ZeroqodeSupport! I want to send a transactional email with a dynamic list of products. Sendinblue documentation points that itās possible to do so, however I am not sure how to pass a List of Things via your plugin?
E.g. I can pass individual product attributes: Product1Name, Product2Name, Product3Name. But not a dynamics list of products from Bubble. Could you point what is the best way to do this?
Can you please show me an example of what exact dynamic list of products youād like to send via the plugin? Is this list saved in your bubble database? Any details will be much appreciated
This plugin has a āsend a Template Bā action, where you can send multiple dynamic values, that are saved in your database. I presume it can fit your needs, but to be sure, I need more information on your use case to provide you with the relevant info:
Hi @ZeroqodeSupport,
I have chosen this plugin & Sendinblue after having read terrible things about Sendgrid on this forum.
I have tested it first with a forgotten password workflow - one email flagged in Gmail and the other in Spam on Outlook. Not ideal, but at least the emails go somewhere.
I have then tested a backend workflow with 3 dynamic values.
I have tested it 8 times. Two emails have been ā1st openedā (apparently that means that the email providerās anti spam has blocked the email) , 6 are lost in nature, they donāt appear on SendinBlue at all.
I have contacted them and they told me to sign my DKIM, which I have done but the emails still donāt leave.
I donāt know where does the problem comes from, I have contacted them but they are not of any help ā¦
This is the backend workflow, maybe I have done something wrong here ? Capture dāeĢcran 2020-11-30 aĢ 19.43.08|336x341
create a front-end workflow with the same data and check if all sent emails are received;
add additional pauses between actions (before the send email action), because, probably, the email server does not have time to proceed with the data and send the email.
Please check and let me know the result. Then our dev team will have more details on your request and the ability to investigate it.
Hey @ZeroqodeSupport, we received an email from Sendinblue that the v3 SMTP endpoint is being depreciated. Does this effect the plugin? Will the plugin be updated with the new SMTP endpoint?
Thanks for reaching out. Sorry for the late reply, but yes the plugin was updated already with the latest changes in the API endpoint.
Upgrade the plugin to the latest version, refresh the application, adjust the workflow accordingly, and give it a try.
Hello;
I just added this plug in so that I may send emails from my app.
It works pretty well out of the gate. But when I look at emails in Thunderbird, I have the ācorrespondentsā field show the plug-in maker and I do not see where to fix this.
Does anyone know how to change this?
Hey I figured this out on my own, if the to_name field refers to a null like mine did, the plugin inserts āzerocodeā in that field. Or at least it does in my case.
@ZeroqodeSupport also I wanted to report that the plugin is not pulling the senders name that is on the SendinBlue template setup. What can I do to modify my senders name?
Please find below the reply to your questions: Q1: It is possible to add dynamic values to hyperlinks in the SendinBlue template? R1: Sure thing, following your screenshot, youāve made right almost everything. You just need to indicate right the added params from a template. Please find available examples on the documentation page: SendinBlue SMTP Plugin - Zeroqode, namely the compartment ā4. Send SMTP Mail + Templateā.
Please make sure you are following the correct parameter formats also, it is important - {{ params.lreferido }}.
Q2: The plugin is not pulling the senderās name that is on the SendinBlue template setup. What can I do to modify my senderās name? R2: The plugin is reacting on the param key-words in your template. For example, if you add the {{name}} parameter into your Sendinblue template. and on the bubble app side will indicate the value for this parameter {ānameā: āCurrent userās nameā} - it will work for sure.
I am still having trouble with the sender name, I think that I didnāt explain myself clearly. This is the senders name that I am talking about (the highlighted text should be the name that people see when they receive my email).