Brevo Connector(formerly Sendinblue)

by
Odoo 7

183.11

v 14.0 Third Party 51
Live Preview
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Email Marketing (mass_mailing)
Contacts (contacts)
Discuss (mail)
Lines of code 2763
Technical Name sendinblue
LicenseOPL-1
Websitehttps://teqstars.com
Versions 17.0 15.0 14.0 13.0 16.0 10.0 11.0 12.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Email Marketing (mass_mailing)
Contacts (contacts)
Discuss (mail)
Lines of code 2763
Technical Name sendinblue
LicenseOPL-1
Websitehttps://teqstars.com
Versions 17.0 15.0 14.0 13.0 16.0 10.0 11.0 12.0

Brevo Connector(formerly Sendinblue)

Automatically sync your Odoo Contact list, Campaign, Templates with your Brevo account. Manage customer communications by sending emails to your contacts. Keep your growing audience engaged by always sending the perfect message at the right time, in the right place.

MailChimp Tutorial

Features Highlights

Import Data

Import Senders,List/Audiences, Members, Templates, Merge Fields, Campaigns from Brevo to Odoo.

Export Data

Export List/Audiences,Folder,Senders and Members to Brevo.

Manage Campaigns

Allows to test before sending Campaign and Schedule it or directly send it by selecting templates and filtering receipts with saved Segments.

Statistics of Campaigns

Get the statistics of sent Campaigns back to Odoo. So, that you can trace sent, open, clicked and replied count for each Campaign.

Manage Folder

Easily organize List/Audiences using folder.

Connect Multiple Accounts

Integrate and Manage multiple Brevo account with single Odoo instance.

Setup Brevo Account

Fetch Merge Fields then Configure Merge Fields with Contacts Fields(Merge Fields Tab)

Configure Auto Member Synchronization(Setting Tab)

Do Multiple Operation on One Click

Brevo Folder

Brevo Lists/Audiences

Brevo Template.

Brevo Senders

Create Campaign

Send Campaign by creating mass mailing record and get statistics back to Odoo

Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
There are no ratings yet!
Very good support!
by
Simon Hahn
on 10/30/23, 4:54 AM

I bought this module 2 weeks ago, and the Support helped a lot (email, phone calls) to setup the integration the right way.
I recommend​


We want to thank all the Testers team, we really appreciate this module and it was helpful for us. Thank you for your support it was a pleasure working with you guys.
by
Digimoov
on 12/27/21, 7:10 AM



by
Digimoov
on 12/27/21, 7:10 AM

We want to thank all the Testers team, we really appreciate this module and it was helpful for us. Thank you for your support it was a pleasure working with you guys.


Digimoov


Pleane I need help
by
admin@ibnorca.org
on 6/7/21, 10:04 AM Confirmed Purchase

I had several issues with this module

exist the solutions for those?


Error:

Odoo Server Error


Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_http.py", line 237, in _dispatch

    result = request.dispatch()

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 683, in dispatch

    result = self._call_function(**self.params)

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 359, in _call_function

    return checked_call(self.db, *args, **kwargs)

  File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 94, in wrapper

    return f(dbname, *args, **kwargs)

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 347, in checked_call

    result = self.endpoint(*a, **kw)

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 912, in __call__

    return self.method(*args, **kw)

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 531, in response_wrap

    response = f(*args, **kw)

  File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1393, in call_button

    action = self._call_kw(model, method, args, kwargs)

  File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1381, in _call_kw

    return call_kw(request.env[model], method, args, kwargs)

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 396, in call_kw

    result = _call_kw_multi(method, model, args, kwargs)

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 383, in _call_kw_multi

    result = method(recs, *args, **kwargs)

  File "/mnt/extra-addons/sendinblue/models/mass_mailing.py", line 263, in action_put_in_queue

    record.export_to_sendinblue(record.sendinblue_template_id.account_id)

  File "/mnt/extra-addons/sendinblue/models/mass_mailing.py", line 214, in export_to_sendinblue

    prepared_vals = self._prepare_vals_for_exportIN_sb()

  File "/mnt/extra-addons/sendinblue/models/mass_mailing.py", line 195, in _prepare_vals_for_exportIN_sb

    sb_list.export_in_sendinblue()

  File "/mnt/extra-addons/sendinblue/models/sendinblue_lists.py", line 211, in export_in_sendinblue

    queue_ids.sendinblue_process_queue()

Exception


The above exception was the direct cause of the following exception:


Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 639, in _handle_exception

    return super(JsonRequest, self)._handle_exception(exception)

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 315, in _handle_exception

    raise exception.with_traceback(None) from new_cause

AttributeError: 'bool' object has no attribute 'sendinblue_process_queue'


Re: Pleane I need help
by
Teqstars
on 6/8/21, 12:06 AM Author

Hello,

Please can you create a ticket from here:

https://teqstars.com/support/support-1/submit

Thanks!