Send a transactional email

Code Examples You can use as reference the code below to implement this call in your preferred language. Check all our official API clients here const brevo = require('@getbrevo/brevo'); let defaultClient = brevo.ApiClient.instance; let apiKey = defaultClient.authentications['api-key']; apiKey.apiKā€¦