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
*SibApiV3Sdk::SendersApi* | [**get_ips_from_sender**](docs/SendersApi.md#get_ips_from_sender) | **GET** /senders/{senderId}/ips | Get all the dedicated IPs for a sender
179
179
*SibApiV3Sdk::SendersApi* | [**get_senders**](docs/SendersApi.md#get_senders) | **GET** /senders | Get the list of all your senders
180
180
*SibApiV3Sdk::SendersApi* | [**update_sender**](docs/SendersApi.md#update_sender) | **PUT** /senders/{senderId} | Update a sender
181
+
*SibApiV3Sdk::TransactionalEmailsApi* | [**block_new_domain**](docs/TransactionalEmailsApi.md#block_new_domain) | **POST** /smtp/blockedDomains | Add a new domain to the list of blocked domains
*SibApiV3Sdk::TransactionalEmailsApi* | [**delete_blocked_domain**](docs/TransactionalEmailsApi.md#delete_blocked_domain) | **DELETE** /smtp/blockedDomains/{domain} | Unblock an existing domain from the list of blocked domains
*SibApiV3Sdk::TransactionalEmailsApi* | [**get_aggregated_smtp_report**](docs/TransactionalEmailsApi.md#get_aggregated_smtp_report) | **GET** /smtp/statistics/aggregatedReport | Get your transactional email activity aggregated over a period of time
187
+
*SibApiV3Sdk::TransactionalEmailsApi* | [**get_blocked_domains**](docs/TransactionalEmailsApi.md#get_blocked_domains) | **GET** /smtp/blockedDomains | Get the list of blocked domains
185
188
*SibApiV3Sdk::TransactionalEmailsApi* | [**get_email_event_report**](docs/TransactionalEmailsApi.md#get_email_event_report) | **GET** /smtp/statistics/events | Get all your transactional email activity (unaggregated events)
186
189
*SibApiV3Sdk::TransactionalEmailsApi* | [**get_smtp_report**](docs/TransactionalEmailsApi.md#get_smtp_report) | **GET** /smtp/statistics/reports | Get your transactional email activity aggregated per day
187
190
*SibApiV3Sdk::TransactionalEmailsApi* | [**get_smtp_template**](docs/TransactionalEmailsApi.md#get_smtp_template) | **GET** /smtp/templates/{templateId} | Returns the template information
limit:50, # Integer | Number of documents per page
809
809
offset:0, # Integer | Index of the first document of the page
810
-
modified_since:DateTime.parse('2013-10-20T19:20:30+01:00') # DateTime | Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result.
810
+
modified_since:DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result.
811
+
sort:'desc'# String | Sort the results in the ascending/descending order of record creation
811
812
}
812
813
813
814
begin
@@ -826,6 +827,7 @@ Name | Type | Description | Notes
826
827
**limit** | **Integer**| Number of documents per page | [optional][default to 50]
827
828
**offset** | **Integer**| Index of the first document of the page | [optional][default to 0]
828
829
**modified_since** | **DateTime**| Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. | [optional]
830
+
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
829
831
830
832
### Return type
831
833
@@ -871,7 +873,8 @@ list_id = 789 # Integer | Id of the list
871
873
opts = {
872
874
modified_since:DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result.
873
875
limit:50, # Integer | Number of documents per page
874
-
offset:0# Integer | Index of the first document of the page
876
+
offset:0, # Integer | Index of the first document of the page
877
+
sort:'desc'# String | Sort the results in the ascending/descending order of record creation
875
878
}
876
879
877
880
begin
@@ -891,6 +894,7 @@ Name | Type | Description | Notes
891
894
**modified_since** | **DateTime**| Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. | [optional]
892
895
**limit** | **Integer**| Number of documents per page | [optional][default to 50]
893
896
**offset** | **Integer**| Index of the first document of the page | [optional][default to 0]
897
+
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
894
898
895
899
### Return type
896
900
@@ -992,7 +996,8 @@ folder_id = 789 # Integer | Id of the folder
992
996
993
997
opts = {
994
998
limit:10, # Integer | Number of documents per page
995
-
offset:0# Integer | Index of the first document of the page
999
+
offset:0, # Integer | Index of the first document of the page
1000
+
sort:'desc'# String | Sort the results in the ascending/descending order of record creation
996
1001
}
997
1002
998
1003
begin
@@ -1011,6 +1016,7 @@ Name | Type | Description | Notes
1011
1016
**folder_id** | **Integer**| Id of the folder |
1012
1017
**limit** | **Integer**| Number of documents per page | [optional][default to 10]
1013
1018
**offset** | **Integer**| Index of the first document of the page | [optional][default to 0]
1019
+
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
1014
1020
1015
1021
### Return type
1016
1022
@@ -1028,7 +1034,7 @@ Name | Type | Description | Notes
1028
1034
1029
1035
1030
1036
# **get_folders**
1031
-
> GetFolders get_folders(limit, offset)
1037
+
> GetFolders get_folders(limit, offset, opts)
1032
1038
1033
1039
Get all folders
1034
1040
@@ -1055,10 +1061,13 @@ limit = 10 # Integer | Number of documents per page
1055
1061
1056
1062
offset =0# Integer | Index of the first document of the page
1057
1063
1064
+
opts = {
1065
+
sort:'desc'# String | Sort the results in the ascending/descending order of record creation
1066
+
}
1058
1067
1059
1068
begin
1060
1069
#Get all folders
1061
-
result = api_instance.get_folders(limit, offset)
1070
+
result = api_instance.get_folders(limit, offset, opts)
1062
1071
p result
1063
1072
rescueSibApiV3Sdk::ApiError => e
1064
1073
puts"Exception when calling ContactsApi->get_folders: #{e}"
@@ -1071,6 +1080,7 @@ Name | Type | Description | Notes
**name** | **String** | Name of the sender. If not passed, will be set to default | [optional]
7
-
**email** | **String** | Email of the sender |
7
+
**email** | **String** | Email of the sender | [optional]
8
8
**id** | **Integer** | Select the sender for the template on the basis of sender id. In order to select a sender with specific pool of IP’s, dedicated ip users shall pass id (instead of email). | [optional]
Copy file name to clipboardExpand all lines: docs/EmailCampaignsApi.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -339,7 +339,8 @@ opts = {
339
339
start_date:DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Mandatory if endDate is used. Starting (urlencoded) UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) to filter the sent email campaigns. Prefer to pass your timezone in date-time format for accurate result ( only available if either 'status' not passed and if passed is set to 'sent' )
340
340
end_date:DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Mandatory if startDate is used. Ending (urlencoded) UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) to filter the sent email campaigns. Prefer to pass your timezone in date-time format for accurate result ( only available if either 'status' not passed and if passed is set to 'sent' )
341
341
limit:500, # Integer | Number of documents per page
342
-
offset:0# Integer | Index of the first document in the page
342
+
offset:0, # Integer | Index of the first document in the page
343
+
sort:'desc'# String | Sort the results in the ascending/descending order of record creation
343
344
}
344
345
345
346
begin
@@ -361,6 +362,7 @@ Name | Type | Description | Notes
361
362
**end_date** | **DateTime**| Mandatory if startDate is used. Ending (urlencoded) UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) to filter the sent email campaigns. Prefer to pass your timezone in date-time format for accurate result ( only available if either 'status' not passed and if passed is set to 'sent' ) | [optional]
362
363
**limit** | **Integer**| Number of documents per page | [optional][default to 500]
363
364
**offset** | **Integer**| Index of the first document in the page | [optional][default to 0]
365
+
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
**reply_to** | **String** | Email defined as the \"Reply to\" of the campaign |
24
-
**to_field** | **String** | Customisation of the \"to\" field of the campaign |
24
+
**to_field** | **String** | Customisation of the \"to\" field of the campaign | [optional]
25
25
**html_content** | **String** | HTML content of the campaign |
26
26
**share_link** | **String** | Link to share the campaign on social medias | [optional]
27
-
**tag** | **String** | Tag of the campaign |
27
+
**tag** | **String** | Tag of the campaign | [optional]
28
28
**created_at** | **DateTime** | Creation UTC date-time of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
29
29
**modified_at** | **DateTime** | UTC date-time of last modification of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
30
30
**inline_image_activation** | **BOOLEAN** | Status of inline image. inlineImageActivation = false means image can’t be embedded, & inlineImageActivation = true means image can be embedded, in the email. | [optional]
0 commit comments