sendinblue / APIv3-python-library

SendinBlue's python library for API v3
MIT License
82 stars 40 forks source link

Switch to api.brevo.com? #90

Open tarraschk opened 1 year ago

tarraschk commented 1 year ago

Hello,

we use the SendInBlue API to send some messages.

We mostly rely on the sib_api_v3_sdk.SendSmtpEmail

We just received the email regarding the migration from smtp-relay.sendinblue.com to smtp-relay.brevo.com.

Is there anything to change as well regarding the API?

The current host is https://api.sendinblue.com/v3 if we look here:

https://github.com/sendinblue/APIv3-python-library/blob/master/sib_api_v3_sdk/configuration.py#L43

I suppose that we will have to use https://api.brevo.com/v3/ at some point.

  1. Do you plan to keep api.sendinblue.com as well?
  2. Should we change to api.brevo.com? If so, within how many days?
  3. Should we also change something to the code, or the sib_api_v3_sdk.SendSmtpEmail function will still work well as long as we use api.brevo.com instead of api.sendinblue.com?

Best regards

mathieuruellanmyscript commented 7 months ago

At least, add a configuration parameter to override the api endpoint ...