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
*ContactsApi* | [**removeContactToList**](docs/ContactsApi.md#removeContactToList) | **POST** /contacts/lists/{listId}/contacts/remove | Remove existing contacts from a list
119
+
*ContactsApi* | [**removeContactFromList**](docs/ContactsApi.md#removeContactFromList) | **POST** /contacts/lists/{listId}/contacts/remove | Remove existing contacts from a list
*ListsApi* | [**getFolderLists**](docs/ListsApi.md#getFolderLists) | **GET** /contacts/folders/{folderId}/lists | Get the lists in a folder
146
146
*ListsApi* | [**getList**](docs/ListsApi.md#getList) | **GET** /contacts/lists/{listId} | Get the details of a list
147
147
*ListsApi* | [**getLists**](docs/ListsApi.md#getLists) | **GET** /contacts/lists | Get all the lists
148
-
*ListsApi* | [**removeContactToList**](docs/ListsApi.md#removeContactToList) | **POST** /contacts/lists/{listId}/contacts/remove | Remove existing contacts from a list
148
+
*ListsApi* | [**removeContactFromList**](docs/ListsApi.md#removeContactFromList) | **POST** /contacts/lists/{listId}/contacts/remove | Remove existing contacts from a list
149
149
*ListsApi* | [**updateList**](docs/ListsApi.md#updateList) | **PUT** /contacts/lists/{listId} | Update a list
150
150
*ProcessApi* | [**getProcess**](docs/ProcessApi.md#getProcess) | **GET** /processes/{processId} | Return the informations for a process
151
151
*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/GetEmailCampaign.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ Name | Type | Description | Notes
24
24
**inlineImageActivation** | **Boolean** | Status of inline image. inlineImageActivation = false means image can’t be embedded, & inlineImageActivation = true means image can be embedded, in the email. | [optional]
25
25
**mirrorActive** | **Boolean** | Status of mirror links in campaign. mirrorActive = false means mirror links are deactivated, & mirrorActive = true means mirror links are activated, in the campaign | [optional]
26
26
**recurring** | **Boolean** | FOR TRIGGER ONLY ! Type of trigger campaign.recurring = false means contact can receive the same Trigger campaign only once, & recurring = true means contact can receive the same Trigger campaign several times | [optional]
Copy file name to clipboardExpand all lines: docs/GetEmailEventReportEvents.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ Name | Type | Description | Notes
10
10
**messageId** | **String** | Message ID which generated the event |
11
11
**event** | [**EventEnum**](#EventEnum) | Event which occurred |
12
12
**reason** | **String** | Reason of bounce (only available if the event is hardbounce or softbounce) | [optional]
13
-
**tag** | **String** | Tag of the email which generated the event |
13
+
**tag** | **String** | Tag of the email which generated the event | [optional]
14
14
**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]
15
15
**link** | **String** | The link which is sent to the user (only available if the event is requests or opened or clicks) | [optional]
16
-
**from** | **String** | Sender email from which the emails are sent |
16
+
**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
@@ -40,7 +40,7 @@ apiKey.setApiKey("YOUR API KEY");
40
40
41
41
ListsApi apiInstance =newListsApi();
42
42
Long listId =789L; // Long | Id of the list
43
-
AddRemoveContactToList contactEmails =newAddRemoveContactToList(); //AddRemoveContactToList | Emails addresses of the contacts
43
+
AddContactToList contactEmails =newAddContactToList(); //AddContactToList | Emails addresses of the contacts
44
44
try {
45
45
PostContactInfo result = apiInstance.addContactToList(listId, contactEmails);
0 commit comments