You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ SendinBlue's API matches the [OpenAPI v2 definition](https://www.openapis.org/).
9
9
This library is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project and is reviewed and maintained by SendinBlue:
*SibApiV3Sdk.ContactsApi* | [**removeContactToList**](docs/ContactsApi.md#removeContactToList) | **POST** /contacts/lists/{listId}/contacts/remove | Remove existing contacts from a list
136
+
*SibApiV3Sdk.ContactsApi* | [**removeContactFromList**](docs/ContactsApi.md#removeContactFromList) | **POST** /contacts/lists/{listId}/contacts/remove | Remove existing contacts from a list
*SibApiV3Sdk.ListsApi* | [**getFolderLists**](docs/ListsApi.md#getFolderLists) | **GET** /contacts/folders/{folderId}/lists | Get the lists in a folder
163
163
*SibApiV3Sdk.ListsApi* | [**getList**](docs/ListsApi.md#getList) | **GET** /contacts/lists/{listId} | Get the details of a list
164
164
*SibApiV3Sdk.ListsApi* | [**getLists**](docs/ListsApi.md#getLists) | **GET** /contacts/lists | Get all the lists
165
-
*SibApiV3Sdk.ListsApi* | [**removeContactToList**](docs/ListsApi.md#removeContactToList) | **POST** /contacts/lists/{listId}/contacts/remove | Remove existing contacts from a list
165
+
*SibApiV3Sdk.ListsApi* | [**removeContactFromList**](docs/ListsApi.md#removeContactFromList) | **POST** /contacts/lists/{listId}/contacts/remove | Remove existing contacts from a list
166
166
*SibApiV3Sdk.ListsApi* | [**updateList**](docs/ListsApi.md#updateList) | **PUT** /contacts/lists/{listId} | Update a list
167
167
*SibApiV3Sdk.ProcessApi* | [**getProcess**](docs/ProcessApi.md#getProcess) | **GET** /processes/{processId} | Return the informations for a process
168
168
*SibApiV3Sdk.ProcessApi* | [**getProcesses**](docs/ProcessApi.md#getProcesses) | **GET** /processes | Return all the processes for your account
[**removeContactToList**](ContactsApi.md#removeContactToList) | **POST** /contacts/lists/{listId}/contacts/remove | Remove existing contacts from a list
26
+
[**removeContactFromList**](ContactsApi.md#removeContactFromList) | **POST** /contacts/lists/{listId}/contacts/remove | Remove existing contacts from a list
Copy file name to clipboardExpand all lines: docs/CreateEmailCampaign.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
**scheduledAt** | **Date** | Sending UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. | [optional]
12
12
**subject** | **String** | Subject of the campaign |
13
13
**replyTo** | **String** | Email on which the campaign recipients will be able to reply to | [optional]
14
-
**toField** | **String** | To personalize the «To» Field, e.g. if you want to include the first name and last name of your recipient, use [FNAME][LNAME]. These attributes must already exist in your contact database | [optional]
14
+
**toField** | **String** | To personalize the «To» Field, e.g. if you want to include the first name and last name of your recipient, use {FNAME} {LNAME}. These attributes must already exist in your contact database | [optional]
**attachmentUrl** | **String** | Absolute url of the attachment (no local file). Extension allowed: xlsx, xls, ods, docx, docm, doc, csv, pdf, txt, gif, jpg, jpeg, png, tif, tiff, rtf, bmp, cgm, css, shtml, html, htm, zip, xml, ppt, pptx, tar, ez, ics, mobi, msg, pub and eps | [optional]
17
17
**inlineImageActivation** | **Boolean** | Use true to embedded the images in your email. Final size of the email should be less than 4MB. Campaigns with embedded images can not be sent to more than 5000 contacts | [optional][default to false]
Copy file name to clipboardExpand all lines: docs/GetEmailEventReportEvents.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,10 @@ Name | Type | Description | Notes
9
9
**messageId** | **String** | Message ID which generated the event |
10
10
**event** | **String** | Event which occurred |
11
11
**reason** | **String** | Reason of bounce (only available if the event is hardbounce or softbounce) | [optional]
12
-
**tag** | **String** | Tag of the email which generated the event |
12
+
**tag** | **String** | Tag of the email which generated the event | [optional]
13
13
**ip** | **String** | IP from which the user has opened the email or clicked on the link (only available if the event is opened or clicks) | [optional]
14
14
**link** | **String** | The link which is sent to the user (only available if the event is requests or opened or clicks) | [optional]
15
-
**from** | **String** | Sender email from which the emails are sent |
15
+
**from** | **String** | Sender email from which the emails are sent | [optional]
[**getFolderLists**](ListsApi.md#getFolderLists) | **GET** /contacts/folders/{folderId}/lists | Get the lists in a folder
12
12
[**getList**](ListsApi.md#getList) | **GET** /contacts/lists/{listId} | Get the details of a list
13
13
[**getLists**](ListsApi.md#getLists) | **GET** /contacts/lists | Get all the lists
14
-
[**removeContactToList**](ListsApi.md#removeContactToList) | **POST** /contacts/lists/{listId}/contacts/remove | Remove existing contacts from a list
14
+
[**removeContactFromList**](ListsApi.md#removeContactFromList) | **POST** /contacts/lists/{listId}/contacts/remove | Remove existing contacts from a list
15
15
[**updateList**](ListsApi.md#updateList) | **PUT** /contacts/lists/{listId} | Update a list
16
16
17
17
@@ -36,7 +36,7 @@ var apiInstance = new SibApiV3Sdk.ListsApi();
36
36
37
37
var listId =789; // Number | Id of the list
38
38
39
-
var contactEmails =newSibApiV3Sdk.AddRemoveContactToList(); //AddRemoveContactToList | Emails addresses of the contacts
39
+
var contactEmails =newSibApiV3Sdk.AddContactToList(); //AddContactToList | Emails addresses of the contacts
Copy file name to clipboardExpand all lines: docs/UpdateEmailCampaign.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
**scheduledAt** | **Date** | UTC date-time on which the campaign has to run (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. | [optional]
12
12
**subject** | **String** | Subject of the campaign | [optional]
13
13
**replyTo** | **String** | Email on which campaign recipients will be able to reply to | [optional]
14
-
**toField** | **String** | This is to personalize the «To» Field. If you want to include the first name and last name of your recipient, add [FNAME][LNAME]. To use the contact attributes here, these must already exist in SendinBlue account | [optional]
14
+
**toField** | **String** | This is to personalize the «To» Field. If you want to include the first name and last name of your recipient, add {FNAME} {LNAME}. To use the contact attributes here, these must already exist in SendinBlue account | [optional]
**attachmentUrl** | **String** | Absolute url of the attachment (no local file). Extension allowed: xlsx, xls, ods, docx, docm, doc, csv, pdf, txt, gif, jpg, jpeg, png, tif, tiff, rtf, bmp, cgm, css, shtml, html, htm, zip, xml, ppt, pptx, tar, ez, ics, mobi, msg, pub and eps | [optional]
17
17
**inlineImageActivation** | **Boolean** | Status of inline image. inlineImageActivation = false means image can’t be embedded, & inlineImageActivation = true means image can be embedded, in the email. You cannot send a campaign of more than 4MB with images embedded in the email. Campaigns with the images embedded in the email must be sent to less than 5000 contacts. | [optional][default to false]
Copy file name to clipboardExpand all lines: docs/UpdateSmtpTemplate.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
10
10
**htmlUrl** | **String** | Required if htmlContent is empty. URL to the body of the email (HTML) | [optional]
11
11
**subject** | **String** | Subject of the email | [optional]
12
12
**replyTo** | **String** | Email on which campaign recipients will be able to reply to | [optional]
13
-
**toField** | **String** | To personalize the «To» Field, e.g. if you want to include the first name and last name of your recipient, add [FNAME][LNAME]. These attributes must already exist in contacts database | [optional]
13
+
**toField** | **String** | To personalize the «To» Field, e.g. if you want to include the first name and last name of your recipient, add {FNAME} {LNAME}. These attributes must already exist in contacts database | [optional]
14
14
**attachmentUrl** | **String** | Absolute url of the attachment (no local file). Extension allowed: xlsx, xls, ods, docx, docm, doc, csv, pdf, txt, gif, jpg, jpeg, png, tif, tiff, rtf, bmp, cgm, css, shtml, html, htm, zip, xml, ppt, pptx, tar, ez, ics, mobi, msg, pub and eps | [optional]
15
15
**isActive** | **Boolean** | Status of the template. isActive = false means template is inactive, isActive = true means template is active | [optional]
0 commit comments