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
$api_instance = new SendinBlue\Client\Api\ContactsApi();
578
578
$limit = 50; // int | Number of documents per page
579
579
$offset = 0; // int | Index of the first document of the page
580
-
$modifiedSince = new \DateTime("2013-10-20T19:20:30+01:00"); // \DateTime | Filter (urlencoded) the contacts modified after a given date-time (YYYY-MM-DDTHH:mm:ss.SSSZ)
580
+
$modifiedSince = new \DateTime("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)
$api_instance = new SendinBlue\Client\Api\ContactsApi();
630
630
$listId = 789; // int | Id of the list
631
-
$modifiedSince = new \DateTime("2013-10-20T19:20:30+01:00"); // \DateTime | Filter (urlencoded) the contacts modified after a given date-time (YYYY-MM-DDTHH:mm:ss.SSSZ)
631
+
$modifiedSince = new \DateTime("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)
632
632
$limit = 50; // int | Number of documents per page
633
633
$offset = 0; // int | Index of the first document of the page
$api_instance = new SendinBlue\Client\Api\ListsApi();
179
179
$listId = 789; // int | Id of the list
180
-
$modifiedSince = new \DateTime("2013-10-20T19:20:30+01:00"); // \DateTime | Filter (urlencoded) the contacts modified after a given date-time (YYYY-MM-DDTHH:mm:ss.SSSZ)
180
+
$modifiedSince = new \DateTime("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)
181
181
$limit = 50; // int | Number of documents per page
182
182
$offset = 0; // int | Index of the first document of the page
Copy file name to clipboardExpand all lines: docs/Model/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** | **\DateTime** | Sending date and time (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
11
+
**scheduledAt** | **\DateTime** | 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/Model/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,7 +7,7 @@ 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]
**scheduledAt** | **\DateTime** | Date and time on which the campaign has to run (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
10
+
**scheduledAt** | **\DateTime** | UTC date-time on which the campaign has to run (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
11
11
12
12
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
Copy file name to clipboardExpand all lines: docs/Model/GetCampaignOverview.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
**subject** | **string** | Subject of the campaign |
9
9
**type** | **string** | Type of campaign |
10
10
**status** | **string** | Status of the campaign |
11
-
**scheduledAt** | **\DateTime** | Date on which campaign is scheduled (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
11
+
**scheduledAt** | **\DateTime** | UTC date-time on which campaign is scheduled (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
12
12
13
13
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
**campaignId** | **int** | ID of the campaign which generated the event |
7
7
**count** | **int** | Number of openings of the campaign |
8
-
**eventTime** | **\DateTime** | Date of the event |
8
+
**eventTime** | **\DateTime** | UTC date-time of the event |
9
9
**ip** | **string** | IP from which the user has opened the campaign |
10
10
11
11
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
Copy file name to clipboardExpand all lines: docs/Model/GetEmailCampaign.md
+3-3Lines changed: 3 additions & 3 deletions
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
**subject** | **string** | Subject of the campaign |
9
9
**type** | **string** | Type of campaign |
10
10
**status** | **string** | Status of the campaign |
11
-
**scheduledAt** | **\DateTime** | Date on which campaign is scheduled (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
11
+
**scheduledAt** | **\DateTime** | UTC date-time on which campaign is scheduled (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
12
12
**testSent** | **bool** | Retrieved the status of test email sending. (true=Test email has been sent false=Test email has not been sent) |
13
13
**header** | **string** | Header of the campaign |
14
14
**footer** | **string** | Footer of the campaign |
@@ -18,8 +18,8 @@ Name | Type | Description | Notes
18
18
**htmlContent** | **string** | HTML content of the campaign |
19
19
**shareLink** | **string** | Link to share the campaign on social medias | [optional]
20
20
**tag** | **string** | Tag of the campaign |
21
-
**createdAt** | **\DateTime** | Creation date of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
22
-
**modifiedAt** | **\DateTime** | Date of last modification of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
21
+
**createdAt** | **\DateTime** | Creation UTC date-time of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
22
+
**modifiedAt** | **\DateTime** | UTC date-time of last modification of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
23
23
**inlineImageActivation** | **bool** | Status of inline image. inlineImageActivation = false means image can’t be embedded, & inlineImageActivation = true means image can be embedded, in the email. | [optional]
24
24
**mirrorActive** | **bool** | Status of mirror links in campaign. mirrorActive = false means mirror links are deactivated, & mirrorActive = true means mirror links are activated, in the campaign | [optional]
25
25
**recurring** | **bool** | 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/Model/GetExtendedCampaignOverview.md
+3-3Lines changed: 3 additions & 3 deletions
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
**subject** | **string** | Subject of the campaign |
9
9
**type** | **string** | Type of campaign |
10
10
**status** | **string** | Status of the campaign |
11
-
**scheduledAt** | **\DateTime** | Date on which campaign is scheduled (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
11
+
**scheduledAt** | **\DateTime** | UTC date-time on which campaign is scheduled (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
12
12
**testSent** | **bool** | Retrieved the status of test email sending. (true=Test email has been sent false=Test email has not been sent) |
13
13
**header** | **string** | Header of the campaign |
14
14
**footer** | **string** | Footer of the campaign |
@@ -18,8 +18,8 @@ Name | Type | Description | Notes
18
18
**htmlContent** | **string** | HTML content of the campaign |
19
19
**shareLink** | **string** | Link to share the campaign on social medias | [optional]
20
20
**tag** | **string** | Tag of the campaign |
21
-
**createdAt** | **\DateTime** | Creation date of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
22
-
**modifiedAt** | **\DateTime** | Date of last modification of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
21
+
**createdAt** | **\DateTime** | Creation UTC date-time of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
22
+
**modifiedAt** | **\DateTime** | UTC date-time of last modification of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
23
23
**inlineImageActivation** | **bool** | Status of inline image. inlineImageActivation = false means image can’t be embedded, & inlineImageActivation = true means image can be embedded, in the email. | [optional]
24
24
**mirrorActive** | **bool** | Status of mirror links in campaign. mirrorActive = false means mirror links are deactivated, & mirrorActive = true means mirror links are activated, in the campaign | [optional]
25
25
**recurring** | **bool** | 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