# Rust API client for sendinblue v3 Generated using: https://github.com/OpenAPITools/openapi-generator SendinBlue provide a RESTFul API that can be used with any languages. With this API, you will be able to : - Manage your campaigns and get the statistics - Manage your contacts - Send transactional Emails and SMS - and much more... You can download our wrappers at https://github.com/orgs/sendinblue **Possible responses** | Code | Message | | :-------------: | ------------- | | 200 | OK. Successful Request | | 201 | OK. Successful Creation | | 202 | OK. Request accepted | | 204 | OK. Successful Update/Deletion | | 400 | Error. Bad Request | | 401 | Error. Authentication Needed | | 402 | Error. Not enough credit, plan upgrade needed | | 403 | Error. Permission denied | | 404 | Error. Object does not exist | | 405 | Error. Method not allowed | | 406 | Error. Not Acceptable | For more information, please visit [https://account.sendinblue.com/support](https://account.sendinblue.com/support) ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client. - API version: 3.0.0 - Package version: 3.0.0 - Build package: `org.openapitools.codegen.languages.RustClientCodegen` ## Installation Put the package under your project folder in a directory named `sendinblue-v3` and add the following to `Cargo.toml` under `[dependencies]`: ``` sendinblue-v3 = 3.0.0 ``` ## Documentation for API Endpoints All URIs are relative to *https://api.sendinblue.com/v3* Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- *AccountApi* | [**get_account**](docs/AccountApi.md#get_account) | **GET** /account | Get your account information, plan and credits details *AttributesApi* | [**create_attribute**](docs/AttributesApi.md#create_attribute) | **POST** /contacts/attributes/{attributeCategory}/{attributeName} | Create contact attribute *AttributesApi* | [**delete_attribute**](docs/AttributesApi.md#delete_attribute) | **DELETE** /contacts/attributes/{attributeCategory}/{attributeName} | Delete an attribute *AttributesApi* | [**get_attributes**](docs/AttributesApi.md#get_attributes) | **GET** /contacts/attributes | List all attributes *AttributesApi* | [**update_attribute**](docs/AttributesApi.md#update_attribute) | **PUT** /contacts/attributes/{attributeCategory}/{attributeName} | Update contact attribute *ContactsApi* | [**add_contact_to_list**](docs/ContactsApi.md#add_contact_to_list) | **POST** /contacts/lists/{listId}/contacts/add | Add existing contacts to a list *ContactsApi* | [**create_attribute**](docs/ContactsApi.md#create_attribute) | **POST** /contacts/attributes/{attributeCategory}/{attributeName} | Create contact attribute *ContactsApi* | [**create_contact**](docs/ContactsApi.md#create_contact) | **POST** /contacts | Create a contact *ContactsApi* | [**create_doi_contact**](docs/ContactsApi.md#create_doi_contact) | **POST** /contacts/doubleOptinConfirmation | Create Contact via DOI (Double-Opt-In) Flow *ContactsApi* | [**create_folder**](docs/ContactsApi.md#create_folder) | **POST** /contacts/folders | Create a folder *ContactsApi* | [**create_list**](docs/ContactsApi.md#create_list) | **POST** /contacts/lists | Create a list *ContactsApi* | [**delete_attribute**](docs/ContactsApi.md#delete_attribute) | **DELETE** /contacts/attributes/{attributeCategory}/{attributeName} | Delete an attribute *ContactsApi* | [**delete_contact**](docs/ContactsApi.md#delete_contact) | **DELETE** /contacts/{email} | Delete a contact *ContactsApi* | [**delete_folder**](docs/ContactsApi.md#delete_folder) | **DELETE** /contacts/folders/{folderId} | Delete a folder (and all its lists) *ContactsApi* | [**delete_list**](docs/ContactsApi.md#delete_list) | **DELETE** /contacts/lists/{listId} | Delete a list *ContactsApi* | [**get_attributes**](docs/ContactsApi.md#get_attributes) | **GET** /contacts/attributes | List all attributes *ContactsApi* | [**get_contact_info**](docs/ContactsApi.md#get_contact_info) | **GET** /contacts/{email} | Get a contact's details *ContactsApi* | [**get_contact_stats**](docs/ContactsApi.md#get_contact_stats) | **GET** /contacts/{email}/campaignStats | Get email campaigns' statistics for a contact *ContactsApi* | [**get_contacts**](docs/ContactsApi.md#get_contacts) | **GET** /contacts | Get all the contacts *ContactsApi* | [**get_contacts_from_list**](docs/ContactsApi.md#get_contacts_from_list) | **GET** /contacts/lists/{listId}/contacts | Get contacts in a list *ContactsApi* | [**get_folder**](docs/ContactsApi.md#get_folder) | **GET** /contacts/folders/{folderId} | Returns a folder's details *ContactsApi* | [**get_folder_lists**](docs/ContactsApi.md#get_folder_lists) | **GET** /contacts/folders/{folderId}/lists | Get lists in a folder *ContactsApi* | [**get_folders**](docs/ContactsApi.md#get_folders) | **GET** /contacts/folders | Get all folders *ContactsApi* | [**get_list**](docs/ContactsApi.md#get_list) | **GET** /contacts/lists/{listId} | Get a list's details *ContactsApi* | [**get_lists**](docs/ContactsApi.md#get_lists) | **GET** /contacts/lists | Get all the lists *ContactsApi* | [**import_contacts**](docs/ContactsApi.md#import_contacts) | **POST** /contacts/import | Import contacts *ContactsApi* | [**remove_contact_from_list**](docs/ContactsApi.md#remove_contact_from_list) | **POST** /contacts/lists/{listId}/contacts/remove | Delete a contact from a list *ContactsApi* | [**request_contact_export**](docs/ContactsApi.md#request_contact_export) | **POST** /contacts/export | Export contacts *ContactsApi* | [**update_attribute**](docs/ContactsApi.md#update_attribute) | **PUT** /contacts/attributes/{attributeCategory}/{attributeName} | Update contact attribute *ContactsApi* | [**update_contact**](docs/ContactsApi.md#update_contact) | **PUT** /contacts/{email} | Update a contact *ContactsApi* | [**update_folder**](docs/ContactsApi.md#update_folder) | **PUT** /contacts/folders/{folderId} | Update a folder *ContactsApi* | [**update_list**](docs/ContactsApi.md#update_list) | **PUT** /contacts/lists/{listId} | Update a list *EmailCampaignsApi* | [**create_email_campaign**](docs/EmailCampaignsApi.md#create_email_campaign) | **POST** /emailCampaigns | Create an email campaign *EmailCampaignsApi* | [**delete_email_campaign**](docs/EmailCampaignsApi.md#delete_email_campaign) | **DELETE** /emailCampaigns/{campaignId} | Delete an email campaign *EmailCampaignsApi* | [**email_export_recipients**](docs/EmailCampaignsApi.md#email_export_recipients) | **POST** /emailCampaigns/{campaignId}/exportRecipients | Export the recipients of an email campaign *EmailCampaignsApi* | [**get_ab_test_campaign_result**](docs/EmailCampaignsApi.md#get_ab_test_campaign_result) | **GET** /emailCampaigns/{campaignId}/abTestCampaignResult | Get an A/B test email campaign results *EmailCampaignsApi* | [**get_email_campaign**](docs/EmailCampaignsApi.md#get_email_campaign) | **GET** /emailCampaigns/{campaignId} | Get an email campaign report *EmailCampaignsApi* | [**get_email_campaigns**](docs/EmailCampaignsApi.md#get_email_campaigns) | **GET** /emailCampaigns | Return all your created email campaigns *EmailCampaignsApi* | [**get_shared_template_url**](docs/EmailCampaignsApi.md#get_shared_template_url) | **GET** /emailCampaigns/{campaignId}/sharedUrl | Get a shared template url *EmailCampaignsApi* | [**send_email_campaign_now**](docs/EmailCampaignsApi.md#send_email_campaign_now) | **POST** /emailCampaigns/{campaignId}/sendNow | Send an email campaign immediately, based on campaignId *EmailCampaignsApi* | [**send_report**](docs/EmailCampaignsApi.md#send_report) | **POST** /emailCampaigns/{campaignId}/sendReport | Send the report of a campaign *EmailCampaignsApi* | [**send_test_email**](docs/EmailCampaignsApi.md#send_test_email) | **POST** /emailCampaigns/{campaignId}/sendTest | Send an email campaign to your test list *EmailCampaignsApi* | [**update_campaign_status**](docs/EmailCampaignsApi.md#update_campaign_status) | **PUT** /emailCampaigns/{campaignId}/status | Update an email campaign status *EmailCampaignsApi* | [**update_email_campaign**](docs/EmailCampaignsApi.md#update_email_campaign) | **PUT** /emailCampaigns/{campaignId} | Update an email campaign *EmailCampaignsApi* | [**upload_image_to_gallery**](docs/EmailCampaignsApi.md#upload_image_to_gallery) | **POST** /emailCampaigns/images | Upload an image to your account's image gallery *FoldersApi* | [**create_folder**](docs/FoldersApi.md#create_folder) | **POST** /contacts/folders | Create a folder *FoldersApi* | [**delete_folder**](docs/FoldersApi.md#delete_folder) | **DELETE** /contacts/folders/{folderId} | Delete a folder (and all its lists) *FoldersApi* | [**get_folder**](docs/FoldersApi.md#get_folder) | **GET** /contacts/folders/{folderId} | Returns a folder's details *FoldersApi* | [**get_folder_lists**](docs/FoldersApi.md#get_folder_lists) | **GET** /contacts/folders/{folderId}/lists | Get lists in a folder *FoldersApi* | [**get_folders**](docs/FoldersApi.md#get_folders) | **GET** /contacts/folders | Get all folders *FoldersApi* | [**update_folder**](docs/FoldersApi.md#update_folder) | **PUT** /contacts/folders/{folderId} | Update a folder *ListsApi* | [**add_contact_to_list**](docs/ListsApi.md#add_contact_to_list) | **POST** /contacts/lists/{listId}/contacts/add | Add existing contacts to a list *ListsApi* | [**create_list**](docs/ListsApi.md#create_list) | **POST** /contacts/lists | Create a list *ListsApi* | [**delete_list**](docs/ListsApi.md#delete_list) | **DELETE** /contacts/lists/{listId} | Delete a list *ListsApi* | [**get_contacts_from_list**](docs/ListsApi.md#get_contacts_from_list) | **GET** /contacts/lists/{listId}/contacts | Get contacts in a list *ListsApi* | [**get_folder_lists**](docs/ListsApi.md#get_folder_lists) | **GET** /contacts/folders/{folderId}/lists | Get lists in a folder *ListsApi* | [**get_list**](docs/ListsApi.md#get_list) | **GET** /contacts/lists/{listId} | Get a list's details *ListsApi* | [**get_lists**](docs/ListsApi.md#get_lists) | **GET** /contacts/lists | Get all the lists *ListsApi* | [**remove_contact_from_list**](docs/ListsApi.md#remove_contact_from_list) | **POST** /contacts/lists/{listId}/contacts/remove | Delete a contact from a list *ListsApi* | [**update_list**](docs/ListsApi.md#update_list) | **PUT** /contacts/lists/{listId} | Update a list *ProcessApi* | [**get_process**](docs/ProcessApi.md#get_process) | **GET** /processes/{processId} | Return the informations for a process *ProcessApi* | [**get_processes**](docs/ProcessApi.md#get_processes) | **GET** /processes | Return all the processes for your account *ResellerApi* | [**add_credits**](docs/ResellerApi.md#add_credits) | **POST** /reseller/children/{childIdentifier}/credits/add | Add Email and/or SMS credits to a specific child account *ResellerApi* | [**associate_ip_to_child**](docs/ResellerApi.md#associate_ip_to_child) | **POST** /reseller/children/{childIdentifier}/ips/associate | Associate a dedicated IP to the child *ResellerApi* | [**create_child_domain**](docs/ResellerApi.md#create_child_domain) | **POST** /reseller/children/{childIdentifier}/domains | Create a domain for a child account *ResellerApi* | [**create_reseller_child**](docs/ResellerApi.md#create_reseller_child) | **POST** /reseller/children | Creates a reseller child *ResellerApi* | [**delete_child_domain**](docs/ResellerApi.md#delete_child_domain) | **DELETE** /reseller/children/{childIdentifier}/domains/{domainName} | Delete the sender domain of the reseller child based on the childIdentifier and domainName passed *ResellerApi* | [**delete_reseller_child**](docs/ResellerApi.md#delete_reseller_child) | **DELETE** /reseller/children/{childIdentifier} | Delete a single reseller child based on the child identifier supplied *ResellerApi* | [**dissociate_ip_from_child**](docs/ResellerApi.md#dissociate_ip_from_child) | **POST** /reseller/children/{childIdentifier}/ips/dissociate | Dissociate a dedicated IP to the child *ResellerApi* | [**get_child_account_creation_status**](docs/ResellerApi.md#get_child_account_creation_status) | **GET** /reseller/children/{childIdentifier}/accountCreationStatus | Get the status of a reseller's child account creation, whether it is successfully created (exists) or not based on the childIdentifier supplied *ResellerApi* | [**get_child_domains**](docs/ResellerApi.md#get_child_domains) | **GET** /reseller/children/{childIdentifier}/domains | Get all sender domains for a specific child account *ResellerApi* | [**get_child_info**](docs/ResellerApi.md#get_child_info) | **GET** /reseller/children/{childIdentifier} | Get a child account's details *ResellerApi* | [**get_reseller_childs**](docs/ResellerApi.md#get_reseller_childs) | **GET** /reseller/children | Get the list of all children accounts *ResellerApi* | [**get_sso_token**](docs/ResellerApi.md#get_sso_token) | **GET** /reseller/children/{childIdentifier}/auth | Get session token to access Sendinblue (SSO) *ResellerApi* | [**remove_credits**](docs/ResellerApi.md#remove_credits) | **POST** /reseller/children/{childIdentifier}/credits/remove | Remove Email and/or SMS credits from a specific child account *ResellerApi* | [**update_child_account_status**](docs/ResellerApi.md#update_child_account_status) | **PUT** /reseller/children/{childIdentifier}/accountStatus | Update info of reseller's child account status based on the identifier supplied *ResellerApi* | [**update_child_domain**](docs/ResellerApi.md#update_child_domain) | **PUT** /reseller/children/{childIdentifier}/domains/{domainName} | Update the sender domain of reseller's child based on the childIdentifier and domainName passed *ResellerApi* | [**update_reseller_child**](docs/ResellerApi.md#update_reseller_child) | **PUT** /reseller/children/{childIdentifier} | Update info of reseller's child based on the child identifier supplied *SmsCampaignsApi* | [**create_sms_campaign**](docs/SmsCampaignsApi.md#create_sms_campaign) | **POST** /smsCampaigns | Creates an SMS campaign *SmsCampaignsApi* | [**delete_sms_campaign**](docs/SmsCampaignsApi.md#delete_sms_campaign) | **DELETE** /smsCampaigns/{campaignId} | Delete an SMS campaign *SmsCampaignsApi* | [**get_sms_campaign**](docs/SmsCampaignsApi.md#get_sms_campaign) | **GET** /smsCampaigns/{campaignId} | Get an SMS campaign *SmsCampaignsApi* | [**get_sms_campaigns**](docs/SmsCampaignsApi.md#get_sms_campaigns) | **GET** /smsCampaigns | Returns the information for all your created SMS campaigns *SmsCampaignsApi* | [**request_sms_recipient_export**](docs/SmsCampaignsApi.md#request_sms_recipient_export) | **POST** /smsCampaigns/{campaignId}/exportRecipients | Export an SMS campaign's recipients *SmsCampaignsApi* | [**send_sms_campaign_now**](docs/SmsCampaignsApi.md#send_sms_campaign_now) | **POST** /smsCampaigns/{campaignId}/sendNow | Send your SMS campaign immediately *SmsCampaignsApi* | [**send_sms_report**](docs/SmsCampaignsApi.md#send_sms_report) | **POST** /smsCampaigns/{campaignId}/sendReport | Send an SMS campaign's report *SmsCampaignsApi* | [**send_test_sms**](docs/SmsCampaignsApi.md#send_test_sms) | **POST** /smsCampaigns/{campaignId}/sendTest | Send a test SMS campaign *SmsCampaignsApi* | [**update_sms_campaign**](docs/SmsCampaignsApi.md#update_sms_campaign) | **PUT** /smsCampaigns/{campaignId} | Update an SMS campaign *SmsCampaignsApi* | [**update_sms_campaign_status**](docs/SmsCampaignsApi.md#update_sms_campaign_status) | **PUT** /smsCampaigns/{campaignId}/status | Update a campaign's status *SmtpApi* | [**block_new_domain**](docs/SmtpApi.md#block_new_domain) | **POST** /smtp/blockedDomains | Add a new domain to the list of blocked domains *SmtpApi* | [**create_smtp_template**](docs/SmtpApi.md#create_smtp_template) | **POST** /smtp/templates | Create an email template *SmtpApi* | [**delete_blocked_domain**](docs/SmtpApi.md#delete_blocked_domain) | **DELETE** /smtp/blockedDomains/{domain} | Unblock an existing domain from the list of blocked domains *SmtpApi* | [**delete_hardbounces**](docs/SmtpApi.md#delete_hardbounces) | **POST** /smtp/deleteHardbounces | Delete hardbounces *SmtpApi* | [**delete_smtp_template**](docs/SmtpApi.md#delete_smtp_template) | **DELETE** /smtp/templates/{templateId} | Delete an inactive email template *SmtpApi* | [**get_aggregated_smtp_report**](docs/SmtpApi.md#get_aggregated_smtp_report) | **GET** /smtp/statistics/aggregatedReport | Get your transactional email activity aggregated over a period of time *SmtpApi* | [**get_blocked_domains**](docs/SmtpApi.md#get_blocked_domains) | **GET** /smtp/blockedDomains | Get the list of blocked domains *SmtpApi* | [**get_email_event_report**](docs/SmtpApi.md#get_email_event_report) | **GET** /smtp/statistics/events | Get all your transactional email activity (unaggregated events) *SmtpApi* | [**get_smtp_report**](docs/SmtpApi.md#get_smtp_report) | **GET** /smtp/statistics/reports | Get your transactional email activity aggregated per day *SmtpApi* | [**get_smtp_template**](docs/SmtpApi.md#get_smtp_template) | **GET** /smtp/templates/{templateId} | Returns the template information *SmtpApi* | [**get_smtp_templates**](docs/SmtpApi.md#get_smtp_templates) | **GET** /smtp/templates | Get the list of email templates *SmtpApi* | [**get_transac_blocked_contacts**](docs/SmtpApi.md#get_transac_blocked_contacts) | **GET** /smtp/blockedContacts | Get the list of blocked or unsubscribed transactional contacts *SmtpApi* | [**get_transac_email_content**](docs/SmtpApi.md#get_transac_email_content) | **GET** /smtp/emails/{uuid} | Get the personalized content of a sent transactional email *SmtpApi* | [**get_transac_emails_list**](docs/SmtpApi.md#get_transac_emails_list) | **GET** /smtp/emails | Get the list of transactional emails on the basis of allowed filters *SmtpApi* | [**send_template**](docs/SmtpApi.md#send_template) | **POST** /smtp/templates/{templateId}/send | Send a template *SmtpApi* | [**send_test_template**](docs/SmtpApi.md#send_test_template) | **POST** /smtp/templates/{templateId}/sendTest | Send a template to your test list *SmtpApi* | [**send_transac_email**](docs/SmtpApi.md#send_transac_email) | **POST** /smtp/email | Send a transactional email *SmtpApi* | [**smtp_blocked_contacts_email_delete**](docs/SmtpApi.md#smtp_blocked_contacts_email_delete) | **DELETE** /smtp/blockedContacts/{email} | Unblock or resubscribe a transactional contact *SmtpApi* | [**smtp_log_message_id_delete**](docs/SmtpApi.md#smtp_log_message_id_delete) | **DELETE** /smtp/log/{messageId} | Delete an SMTP transactional log *SmtpApi* | [**update_smtp_template**](docs/SmtpApi.md#update_smtp_template) | **PUT** /smtp/templates/{templateId} | Update an email template *SendersApi* | [**create_sender**](docs/SendersApi.md#create_sender) | **POST** /senders | Create a new sender *SendersApi* | [**delete_sender**](docs/SendersApi.md#delete_sender) | **DELETE** /senders/{senderId} | Delete a sender *SendersApi* | [**get_ips**](docs/SendersApi.md#get_ips) | **GET** /senders/ips | Get all the dedicated IPs for your account *SendersApi* | [**get_ips_from_sender**](docs/SendersApi.md#get_ips_from_sender) | **GET** /senders/{senderId}/ips | Get all the dedicated IPs for a sender *SendersApi* | [**get_senders**](docs/SendersApi.md#get_senders) | **GET** /senders | Get the list of all your senders *SendersApi* | [**update_sender**](docs/SendersApi.md#update_sender) | **PUT** /senders/{senderId} | Update a sender *TransactionalSmsApi* | [**get_sms_events**](docs/TransactionalSmsApi.md#get_sms_events) | **GET** /transactionalSMS/statistics/events | Get all your SMS activity (unaggregated events) *TransactionalSmsApi* | [**get_transac_aggregated_sms_report**](docs/TransactionalSmsApi.md#get_transac_aggregated_sms_report) | **GET** /transactionalSMS/statistics/aggregatedReport | Get your SMS activity aggregated over a period of time *TransactionalSmsApi* | [**get_transac_sms_report**](docs/TransactionalSmsApi.md#get_transac_sms_report) | **GET** /transactionalSMS/statistics/reports | Get your SMS activity aggregated per day *TransactionalSmsApi* | [**send_transac_sms**](docs/TransactionalSmsApi.md#send_transac_sms) | **POST** /transactionalSMS/sms | Send SMS message to a mobile number *WebhooksApi* | [**create_webhook**](docs/WebhooksApi.md#create_webhook) | **POST** /webhooks | Create a webhook *WebhooksApi* | [**delete_webhook**](docs/WebhooksApi.md#delete_webhook) | **DELETE** /webhooks/{webhookId} | Delete a webhook *WebhooksApi* | [**get_webhook**](docs/WebhooksApi.md#get_webhook) | **GET** /webhooks/{webhookId} | Get a webhook details *WebhooksApi* | [**get_webhooks**](docs/WebhooksApi.md#get_webhooks) | **GET** /webhooks | Get all webhooks *WebhooksApi* | [**update_webhook**](docs/WebhooksApi.md#update_webhook) | **PUT** /webhooks/{webhookId} | Update a webhook ## Documentation For Models - [AbTestCampaignResult](docs/AbTestCampaignResult.md) - [AbTestCampaignResultClickedLinks](docs/AbTestCampaignResultClickedLinks.md) - [AbTestCampaignResultStatistics](docs/AbTestCampaignResultStatistics.md) - [AbTestVersionClicksInner](docs/AbTestVersionClicksInner.md) - [AbTestVersionStats](docs/AbTestVersionStats.md) - [AddChildDomain](docs/AddChildDomain.md) - [AddContactToList](docs/AddContactToList.md) - [AddCredits](docs/AddCredits.md) - [BlockDomain](docs/BlockDomain.md) - [CreateAttribute](docs/CreateAttribute.md) - [CreateAttributeEnumerationInner](docs/CreateAttributeEnumerationInner.md) - [CreateChild](docs/CreateChild.md) - [CreateContact](docs/CreateContact.md) - [CreateDoiContact](docs/CreateDoiContact.md) - [CreateEmailCampaign](docs/CreateEmailCampaign.md) - [CreateEmailCampaignRecipients](docs/CreateEmailCampaignRecipients.md) - [CreateEmailCampaignSender](docs/CreateEmailCampaignSender.md) - [CreateList](docs/CreateList.md) - [CreateModel](docs/CreateModel.md) - [CreateReseller](docs/CreateReseller.md) - [CreateSender](docs/CreateSender.md) - [CreateSenderIpsInner](docs/CreateSenderIpsInner.md) - [CreateSenderModel](docs/CreateSenderModel.md) - [CreateSmsCampaign](docs/CreateSmsCampaign.md) - [CreateSmsCampaignRecipients](docs/CreateSmsCampaignRecipients.md) - [CreateSmtpEmail](docs/CreateSmtpEmail.md) - [CreateSmtpTemplate](docs/CreateSmtpTemplate.md) - [CreateSmtpTemplateSender](docs/CreateSmtpTemplateSender.md) - [CreateUpdateContactModel](docs/CreateUpdateContactModel.md) - [CreateUpdateFolder](docs/CreateUpdateFolder.md) - [CreateWebhook](docs/CreateWebhook.md) - [CreatedProcessId](docs/CreatedProcessId.md) - [DeleteHardbounces](docs/DeleteHardbounces.md) - [EmailExportRecipients](docs/EmailExportRecipients.md) - [ErrorModel](docs/ErrorModel.md) - [GetAccount](docs/GetAccount.md) - [GetAccountAllOf](docs/GetAccountAllOf.md) - [GetAccountAllOfMarketingAutomation](docs/GetAccountAllOfMarketingAutomation.md) - [GetAccountAllOfPlan](docs/GetAccountAllOfPlan.md) - [GetAccountAllOfRelay](docs/GetAccountAllOfRelay.md) - [GetAccountAllOfRelayData](docs/GetAccountAllOfRelayData.md) - [GetAggregatedReport](docs/GetAggregatedReport.md) - [GetAttributes](docs/GetAttributes.md) - [GetAttributesAttributesInner](docs/GetAttributesAttributesInner.md) - [GetAttributesAttributesInnerEnumerationInner](docs/GetAttributesAttributesInnerEnumerationInner.md) - [GetBlockedDomains](docs/GetBlockedDomains.md) - [GetCampaignOverview](docs/GetCampaignOverview.md) - [GetCampaignRecipients](docs/GetCampaignRecipients.md) - [GetCampaignStats](docs/GetCampaignStats.md) - [GetChildAccountCreationStatus](docs/GetChildAccountCreationStatus.md) - [GetChildDomain](docs/GetChildDomain.md) - [GetChildDomainsInner](docs/GetChildDomainsInner.md) - [GetChildInfo](docs/GetChildInfo.md) - [GetChildInfoAllOf](docs/GetChildInfoAllOf.md) - [GetChildInfoAllOfApiKeys](docs/GetChildInfoAllOfApiKeys.md) - [GetChildInfoAllOfApiKeysV2](docs/GetChildInfoAllOfApiKeysV2.md) - [GetChildInfoAllOfApiKeysV3](docs/GetChildInfoAllOfApiKeysV3.md) - [GetChildInfoAllOfCredits](docs/GetChildInfoAllOfCredits.md) - [GetChildInfoAllOfStatistics](docs/GetChildInfoAllOfStatistics.md) - [GetChildrenList](docs/GetChildrenList.md) - [GetChildrenListChildrenInner](docs/GetChildrenListChildrenInner.md) - [GetChildrenListChildrenInnerAllOf](docs/GetChildrenListChildrenInnerAllOf.md) - [GetClient](docs/GetClient.md) - [GetContactCampaignStats](docs/GetContactCampaignStats.md) - [GetContactCampaignStatsClickedInner](docs/GetContactCampaignStatsClickedInner.md) - [GetContactCampaignStatsClickedInnerLinksInner](docs/GetContactCampaignStatsClickedInnerLinksInner.md) - [GetContactCampaignStatsMessagesSentInner](docs/GetContactCampaignStatsMessagesSentInner.md) - [GetContactCampaignStatsOpenedInner](docs/GetContactCampaignStatsOpenedInner.md) - [GetContactCampaignStatsTransacAttributesInner](docs/GetContactCampaignStatsTransacAttributesInner.md) - [GetContactCampaignStatsUnsubscriptions](docs/GetContactCampaignStatsUnsubscriptions.md) - [GetContactCampaignStatsUnsubscriptionsAdminUnsubscriptionInner](docs/GetContactCampaignStatsUnsubscriptionsAdminUnsubscriptionInner.md) - [GetContactCampaignStatsUnsubscriptionsUserUnsubscriptionInner](docs/GetContactCampaignStatsUnsubscriptionsUserUnsubscriptionInner.md) - [GetContactDetails](docs/GetContactDetails.md) - [GetContacts](docs/GetContacts.md) - [GetContactsContactsInner](docs/GetContactsContactsInner.md) - [GetDeviceBrowserStats](docs/GetDeviceBrowserStats.md) - [GetEmailCampaign](docs/GetEmailCampaign.md) - [GetEmailCampaignAllOf](docs/GetEmailCampaignAllOf.md) - [GetEmailCampaigns](docs/GetEmailCampaigns.md) - [GetEmailCampaignsCampaignsInner](docs/GetEmailCampaignsCampaignsInner.md) - [GetEmailCampaignsCampaignsInnerAllOf](docs/GetEmailCampaignsCampaignsInnerAllOf.md) - [GetEmailCampaignsCampaignsInnerAllOfRecipients](docs/GetEmailCampaignsCampaignsInnerAllOfRecipients.md) - [GetEmailCampaignsCampaignsInnerAllOfStatistics](docs/GetEmailCampaignsCampaignsInnerAllOfStatistics.md) - [GetEmailEventReport](docs/GetEmailEventReport.md) - [GetEmailEventReportEventsInner](docs/GetEmailEventReportEventsInner.md) - [GetExtendedCampaignOverview](docs/GetExtendedCampaignOverview.md) - [GetExtendedCampaignOverviewAllOf](docs/GetExtendedCampaignOverviewAllOf.md) - [GetExtendedCampaignOverviewAllOfSender](docs/GetExtendedCampaignOverviewAllOfSender.md) - [GetExtendedCampaignStats](docs/GetExtendedCampaignStats.md) - [GetExtendedCampaignStatsCampaignStatsInner](docs/GetExtendedCampaignStatsCampaignStatsInner.md) - [GetExtendedCampaignStatsGlobalStats](docs/GetExtendedCampaignStatsGlobalStats.md) - [GetExtendedClient](docs/GetExtendedClient.md) - [GetExtendedClientAllOf](docs/GetExtendedClientAllOf.md) - [GetExtendedClientAllOfAddress](docs/GetExtendedClientAllOfAddress.md) - [GetExtendedContactDetails](docs/GetExtendedContactDetails.md) - [GetExtendedContactDetailsAllOf](docs/GetExtendedContactDetailsAllOf.md) - [GetExtendedContactDetailsAllOfStatistics](docs/GetExtendedContactDetailsAllOfStatistics.md) - [GetExtendedContactDetailsAllOfStatisticsClicked](docs/GetExtendedContactDetailsAllOfStatisticsClicked.md) - [GetExtendedContactDetailsAllOfStatisticsLinks](docs/GetExtendedContactDetailsAllOfStatisticsLinks.md) - [GetExtendedContactDetailsAllOfStatisticsMessagesSent](docs/GetExtendedContactDetailsAllOfStatisticsMessagesSent.md) - [GetExtendedContactDetailsAllOfStatisticsOpened](docs/GetExtendedContactDetailsAllOfStatisticsOpened.md) - [GetExtendedContactDetailsAllOfStatisticsUnsubscriptions](docs/GetExtendedContactDetailsAllOfStatisticsUnsubscriptions.md) - [GetExtendedContactDetailsAllOfStatisticsUnsubscriptionsAdminUnsubscription](docs/GetExtendedContactDetailsAllOfStatisticsUnsubscriptionsAdminUnsubscription.md) - [GetExtendedContactDetailsAllOfStatisticsUnsubscriptionsUserUnsubscription](docs/GetExtendedContactDetailsAllOfStatisticsUnsubscriptionsUserUnsubscription.md) - [GetExtendedList](docs/GetExtendedList.md) - [GetExtendedListAllOf](docs/GetExtendedListAllOf.md) - [GetExtendedListAllOfCampaignStats](docs/GetExtendedListAllOfCampaignStats.md) - [GetFolder](docs/GetFolder.md) - [GetFolderLists](docs/GetFolderLists.md) - [GetFolderListsListsInner](docs/GetFolderListsListsInner.md) - [GetFolders](docs/GetFolders.md) - [GetFoldersFoldersInner](docs/GetFoldersFoldersInner.md) - [GetIp](docs/GetIp.md) - [GetIpFromSender](docs/GetIpFromSender.md) - [GetIps](docs/GetIps.md) - [GetIpsFromSender](docs/GetIpsFromSender.md) - [GetList](docs/GetList.md) - [GetLists](docs/GetLists.md) - [GetListsListsInner](docs/GetListsListsInner.md) - [GetListsListsInnerAllOf](docs/GetListsListsInnerAllOf.md) - [GetProcess](docs/GetProcess.md) - [GetProcesses](docs/GetProcesses.md) - [GetReports](docs/GetReports.md) - [GetReportsReportsInner](docs/GetReportsReportsInner.md) - [GetSendersList](docs/GetSendersList.md) - [GetSendersListSendersInner](docs/GetSendersListSendersInner.md) - [GetSendersListSendersInnerIpsInner](docs/GetSendersListSendersInnerIpsInner.md) - [GetSharedTemplateUrl](docs/GetSharedTemplateUrl.md) - [GetSmsCampaign](docs/GetSmsCampaign.md) - [GetSmsCampaignAllOf](docs/GetSmsCampaignAllOf.md) - [GetSmsCampaignOverview](docs/GetSmsCampaignOverview.md) - [GetSmsCampaignStats](docs/GetSmsCampaignStats.md) - [GetSmsCampaigns](docs/GetSmsCampaigns.md) - [GetSmsCampaignsCampaignsInner](docs/GetSmsCampaignsCampaignsInner.md) - [GetSmsCampaignsCampaignsInnerAllOf](docs/GetSmsCampaignsCampaignsInnerAllOf.md) - [GetSmsCampaignsCampaignsInnerAllOfStatistics](docs/GetSmsCampaignsCampaignsInnerAllOfStatistics.md) - [GetSmsEventReport](docs/GetSmsEventReport.md) - [GetSmsEventReportEventsInner](docs/GetSmsEventReportEventsInner.md) - [GetSmtpTemplateOverview](docs/GetSmtpTemplateOverview.md) - [GetSmtpTemplateOverviewSender](docs/GetSmtpTemplateOverviewSender.md) - [GetSmtpTemplates](docs/GetSmtpTemplates.md) - [GetSsoToken](docs/GetSsoToken.md) - [GetStatsByDevice](docs/GetStatsByDevice.md) - [GetTransacAggregatedSmsReport](docs/GetTransacAggregatedSmsReport.md) - [GetTransacBlockedContacts](docs/GetTransacBlockedContacts.md) - [GetTransacBlockedContactsContactsInner](docs/GetTransacBlockedContactsContactsInner.md) - [GetTransacBlockedContactsContactsInnerReason](docs/GetTransacBlockedContactsContactsInnerReason.md) - [GetTransacEmailContent](docs/GetTransacEmailContent.md) - [GetTransacEmailContentEventsInner](docs/GetTransacEmailContentEventsInner.md) - [GetTransacEmailsList](docs/GetTransacEmailsList.md) - [GetTransacEmailsListTransactionalEmailsInner](docs/GetTransacEmailsListTransactionalEmailsInner.md) - [GetTransacSmsReport](docs/GetTransacSmsReport.md) - [GetTransacSmsReportReportsInner](docs/GetTransacSmsReportReportsInner.md) - [GetWebhook](docs/GetWebhook.md) - [GetWebhooks](docs/GetWebhooks.md) - [GetWebhooksWebhooksInner](docs/GetWebhooksWebhooksInner.md) - [ManageIp](docs/ManageIp.md) - [PostContactInfo](docs/PostContactInfo.md) - [PostContactInfoContacts](docs/PostContactInfoContacts.md) - [PostSendFailed](docs/PostSendFailed.md) - [PostSendSmsTestFailed](docs/PostSendSmsTestFailed.md) - [RemainingCreditModel](docs/RemainingCreditModel.md) - [RemainingCreditModelChild](docs/RemainingCreditModelChild.md) - [RemainingCreditModelReseller](docs/RemainingCreditModelReseller.md) - [RemoveContactFromList](docs/RemoveContactFromList.md) - [RemoveCredits](docs/RemoveCredits.md) - [RequestContactExport](docs/RequestContactExport.md) - [RequestContactExportCustomContactFilter](docs/RequestContactExportCustomContactFilter.md) - [RequestContactImport](docs/RequestContactImport.md) - [RequestContactImportNewList](docs/RequestContactImportNewList.md) - [RequestSmsRecipientExport](docs/RequestSmsRecipientExport.md) - [SendEmail](docs/SendEmail.md) - [SendEmailAttachmentInner](docs/SendEmailAttachmentInner.md) - [SendReport](docs/SendReport.md) - [SendReportEmail](docs/SendReportEmail.md) - [SendSms](docs/SendSms.md) - [SendSmtpEmail](docs/SendSmtpEmail.md) - [SendSmtpEmailAttachmentInner](docs/SendSmtpEmailAttachmentInner.md) - [SendSmtpEmailBccInner](docs/SendSmtpEmailBccInner.md) - [SendSmtpEmailCcInner](docs/SendSmtpEmailCcInner.md) - [SendSmtpEmailReplyTo](docs/SendSmtpEmailReplyTo.md) - [SendSmtpEmailSender](docs/SendSmtpEmailSender.md) - [SendSmtpEmailToInner](docs/SendSmtpEmailToInner.md) - [SendTemplateEmail](docs/SendTemplateEmail.md) - [SendTestEmail](docs/SendTestEmail.md) - [SendTestSms](docs/SendTestSms.md) - [SendTransacSms](docs/SendTransacSms.md) - [UpdateAttribute](docs/UpdateAttribute.md) - [UpdateAttributeEnumerationInner](docs/UpdateAttributeEnumerationInner.md) - [UpdateCampaignStatus](docs/UpdateCampaignStatus.md) - [UpdateChild](docs/UpdateChild.md) - [UpdateChildAccountStatus](docs/UpdateChildAccountStatus.md) - [UpdateChildDomain](docs/UpdateChildDomain.md) - [UpdateContact](docs/UpdateContact.md) - [UpdateEmailCampaign](docs/UpdateEmailCampaign.md) - [UpdateEmailCampaignRecipients](docs/UpdateEmailCampaignRecipients.md) - [UpdateEmailCampaignSender](docs/UpdateEmailCampaignSender.md) - [UpdateList](docs/UpdateList.md) - [UpdateSender](docs/UpdateSender.md) - [UpdateSmsCampaign](docs/UpdateSmsCampaign.md) - [UpdateSmtpTemplate](docs/UpdateSmtpTemplate.md) - [UpdateSmtpTemplateSender](docs/UpdateSmtpTemplateSender.md) - [UpdateWebhook](docs/UpdateWebhook.md) - [UploadImageToGallery](docs/UploadImageToGallery.md) To get access to the crate's generated documentation, use: ``` cargo doc --open ``` ## Author contact@sendinblue.com