SendInBlue

SendInBlue Adapter
Access the SendInBlue API using SQL.
Want to try it in Azure?
Click here to learn more or
click here to create a new Enzo Server RTM 3.1 Azure VM now.
Want to try it in AWS?
Click here to learn more or
click here to create a new Enzo Server RTM 3.1 AWS VM now.
Commands Summary
The following is a summary of available commands. Please run the EXEC Help command in Enzo to obtain further details.
E Can run a EXEC command
I Can run a INSERT command
S Can run a SELECT command
U Can run a UPDATE command
D Can run a DELETE command
POST Supports HTTP POST
GET Supports HTTP GET
DEL Supports HTTP DELETE
PUT Supports HTTP PUT
@ Supports Table Variables
Proc Name | Table Name | SQL Options | HTTP Methods | Description | |
CreateContact | E | Create a new Contact | |||
CreateFolder | E | Create a Folder | |||
CreateList | E | Create a List | |||
DeleteContact | E | Delete a Contact | |||
DeleteFolder | Folder | E D | Delete a folder (and all its lists) | ||
DeleteList | Lists | E D | Delete a list | ||
GetAccount | Account | E S | Retrieve Account information | ||
GetEmailEventActivityReport | EmailEventActivityReport | E S | |||
GetSmsEventActivityReport | SmsEventActivityReport | E S | Get all your SMS activity | ||
ListAddContacts | E | Add contacts to a list. Returns a list of emails for any failed contacts. | |||
ListContactAttributes | ContactAttributes | E S | List top contact attributes | ||
ListContactAvailableAttributes | ContactAvailableAttributes | E S | List the available attributes to Contacts | ||
ListContactSummaries | ContactSummaries | E S | List top level contact summaries | ||
ListEmailCampaigns | EmailCampaigns | E S | List email campaign details | ||
ListEmailCampaignStats | EmailCampaignStats | E S | |||
ListFolders | Folders | E S | Get all folders | ||
ListListContacts | ListContacts | E S | Get contacts in a list | ||
ListListDetails | ListDetails | E S | Get a list's details | ||
ListLists | Lists | E S | Get all the lists | ||
ListRemoveContacts | E | Remove contacts from a list. Returns a list of emails for any failed contacts. | |||
SendSms | Sms | E I | Send an SMS | ||
SendTransactionalEmail | TransactionalEmail | E I | Send a transactional email | ||
UpdateContact | E | Create a new Contact | |||
UpdateFolder | Folder | E U | Update a folder | ||
UpdateList | List | E | Update a List |