Questions tagged [sendinblue]
129 questions
0
votes
1 answer
Best approach to an API update project
I'm working in a personal project to segment some data from the Sendinblue Api (CRM Service). Basically what I try to achieve is generate a new score attribute to each user base on his emailing behavior. For that proposed, the process I've plan is…

Juan Carlos Bellido Arenas
- 119
- 1
- 10
0
votes
1 answer
Looping trough a protected SendinBlue object
i have succesfully integrated the SendinBlue v3 API into my codeigniter application, but for some reason i'm unable to loop trough the results when using the API.
When i var_dump, my object looks like this :
…

Bart De Reu
- 27
- 9
0
votes
1 answer
Pagination SendinBlue Api Call
I'm been trying to get data from the SendinBlue API. The problem is the API have a limit of 100 registers per call and my Python loop is not working properly. This is what I have so far, the call works fine.
import requests
import pandas as pd
from…

Juan Carlos Bellido Arenas
- 119
- 1
- 10
0
votes
2 answers
How to specify a file in the 'filebody' in Python API post request?
I am trying to post a file to sendinblue using API in Python and struggling with what to put instead of "dataset1". It works if I manually type the file contents but not if I specify a file - I have tried csv, json, txt formats but nothing works.…
0
votes
1 answer
Connect SendInBlue to Magento 1.9
I would like to connect Magento 1.9 to SendInBlue in order to synchronize all contacts of Magento into SendInBlue.
However, it looks like the plugin proposed here is not available anymore:…

Korvent
- 48
- 1
- 11
0
votes
1 answer
Problem to integrate send in blue api with my nestjs application
Describe the bug
Problem to integrate sendinblue api with my nestjs app. I need to integrate with a custom authentication and in the axios's api says that i need to use a header for custom authentication, in postman i'm using api key for…
0
votes
0 answers
Sendinblue smtp receiving mails after 10+ minutes
I'm using the PHP SDK for sending smtp mails. My class looks like this:
class Mailer
{
public function mail($sender, $to, $subject, $body)
{
$config = Configuration::getDefaultConfiguration()->setApiKey('api-key', 'my-key');
…

Jamie
- 10,302
- 32
- 103
- 186
0
votes
1 answer
Sendinblue create contact 'TypeError: Failed to fetch' error (using React)
I am trying to implement the Sendinblue API in my React JS application. I have a text input that the user is to enter their email into, and then a button that will add their email to a Sendinblue list. I am using the "Create a contact" reference…

tennis25
- 99
- 1
- 2
- 12
0
votes
1 answer
How to solve "cURL error 60: SSL certificate problem"?
I use WAMP on a local development environment and am trying to send mail but get the error message:
exception: "SendinBlue\Client\ApiException"
file: "\vendor\sendinblue\api-v3-sdk\lib\Api\SMTPApi.php"
line: 3986
message: "[0] cURL error 60: SSL…

Sevymol Sebastian
- 81
- 3
- 14
0
votes
1 answer
How to manage Domain TXT record. What are limitations
I am new to DNS management. I bought a domain from Godaddy. I've added some records like i've pointed domain to my cloudways server. Added TXT for google console verification. At the same time I added TXT Records to authenticate my domain to Email…

saad javaid
- 24
- 5
0
votes
1 answer
Create contact in Sendinblue with attribute not run from python
When I create within the attribute this run.
payload = f'{{"email":"{email}","updateEnabled":true}}'
But when I try to agree the attributes not run. I had try with:
payload = f'{{email":"{email}","attributes": {"codigo":…

Oztro
- 86
- 1
- 12
0
votes
1 answer
attachement SendinBlue Api with nodejs
i want to use Sendinblue api with my lb4 application to send mails
but i have some difficulties in attachment , can i get a clean example
for linking sendinblue api V3 with loopback4 (nodejs) thanks

MANSOURI HAMZA
- 1
- 4
0
votes
1 answer
Sendinblue SMTP not working in CodeIgniter
I am using CodeIgniter and I have set up a bunch of emails for my customers and sending them through SMTP ... Now the requirement of the job is to use Sendinblue for sending emails... So I simply replaced my SMTP credentials with ones provided by…

Syed Saqlain
- 544
- 4
- 21
0
votes
2 answers
Using Sendinblue, mailgun or another email sending platform to send email to myself from a form on a static website
My website is coded up using React.
I want the website to be static, so that I can just put it on Github and host it using Netlify.
The code below is my email form. Currently I am using a php script. I want to change this in order to make my website…

Sam
- 1,765
- 11
- 82
- 176
0
votes
1 answer
Add BCC to Woocoomerce transactional email sent through Sendinblue
We are currently using Sendinblue as mail marketing provider and did set it up on our Wordpress/Woocommerce shop to handle marketing and transactional emails now.
Before that, we used to send some transactional woocommerce transactional email, such…