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: docs/ContactsApi.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -295,7 +295,7 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
295
295
var apiKey =defaultClient.authentications['api-key'];
296
296
apiKey.apiKey='YOUR API KEY';
297
297
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
298
-
//api-key.apiKeyPrefix = 'Token';
298
+
//apiKey.apiKeyPrefix = 'Token';
299
299
300
300
var apiInstance =newSibApiV3Sdk.ContactsApi();
301
301
@@ -587,7 +587,7 @@ var apiInstance = new SibApiV3Sdk.ContactsApi();
587
587
var opts = {
588
588
'limit':50, // Number | Number of documents per page
589
589
'offset':0, // Number | Index of the first document of the page
590
-
'modifiedSince':newDate("2013-10-20T19:20:30+01:00") // Date | Filter (urlencoded) the contacts modified after a given date-time (YYYY-MM-DDTHH:mm:ss.SSSZ)
590
+
'modifiedSince':newDate("2013-10-20T19:20:30+01:00") // Date | Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ)
**limit** | **Number**| Number of documents per page | [optional][default to 50]
605
605
**offset** | **Number**| Index of the first document of the page | [optional][default to 0]
606
-
**modifiedSince** | **Date**| Filter (urlencoded) the contacts modified after a given date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
606
+
**modifiedSince** | **Date**| Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
607
607
608
608
### Return type
609
609
@@ -640,7 +640,7 @@ var apiInstance = new SibApiV3Sdk.ContactsApi();
640
640
var listId =789; // Number | Id of the list
641
641
642
642
var opts = {
643
-
'modifiedSince':newDate("2013-10-20T19:20:30+01:00"), // Date | Filter (urlencoded) the contacts modified after a given date-time (YYYY-MM-DDTHH:mm:ss.SSSZ)
643
+
'modifiedSince':newDate("2013-10-20T19:20:30+01:00"), // Date | Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ)
644
644
'limit':50, // Number | Number of documents per page
645
645
'offset':0// Number | Index of the first document of the page
Copy file name to clipboardExpand all lines: docs/CreateEmailCampaign.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
**name** | **String** | Name of the campaign |
9
9
**htmlContent** | **String** | Mandatory if htmlUrl is empty. Body of the message (HTML) | [optional]
10
10
**htmlUrl** | **String** | Mandatory if htmlContent is empty. Url to the message (HTML) | [optional]
11
-
**scheduledAt** | **Date** | Sending date and time (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
11
+
**scheduledAt** | **Date** | Sending UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) | [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
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]
Copy file name to clipboardExpand all lines: docs/CreateSmsCampaign.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,6 @@ Name | Type | Description | Notes
7
7
**sender** | **String** | Name of the sender. The number of characters is limited to 11 |
8
8
**content** | **String** | Content of the message. The maximum characters used per SMS is 160, if used more than that, it will be counted as more than one SMS | [optional]
Copy file name to clipboardExpand all lines: docs/GetExtendedCampaignOverview.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
@@ -12,8 +12,8 @@ Name | Type | Description | Notes
12
12
**htmlContent** | **String** | HTML content of the campaign |
13
13
**shareLink** | **String** | Link to share the campaign on social medias | [optional]
14
14
**tag** | **String** | Tag of the campaign |
15
-
**createdAt** | **Date** | Creation date of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
16
-
**modifiedAt** | **Date** | Date of last modification of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
15
+
**createdAt** | **Date** | Creation UTC date-time of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
16
+
**modifiedAt** | **Date** | UTC date-time of last modification of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
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. | [optional]
18
18
**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]
19
19
**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]
0 commit comments