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
limit:50, # Integer | Number of documents per page
629
629
offset:0, # Integer | Index of the first document of the page
630
-
modified_since:DateTime.parse("2013-10-20T19:20:30+01:00") # DateTime | Filter (urlencoded) the contacts modified after a given date-time (YYYY-MM-DDTHH:mm:ss.SSSZ)
630
+
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)
631
631
}
632
632
633
633
begin
@@ -645,7 +645,7 @@ Name | Type | Description | Notes
modified_since:DateTime.parse("2013-10-20T19:20:30+01:00"), # DateTime | Filter (urlencoded) the contacts modified after a given date-time (YYYY-MM-DDTHH:mm:ss.SSSZ)
687
+
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)
688
688
limit:50, # Integer | Number of documents per page
689
689
offset:0# Integer | Index of the first document of the page
Copy file name to clipboardExpand all lines: docs/CreateEmailCampaign.md
+1-1
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
**html_content** | **String** | Mandatory if htmlUrl is empty. Body of the message (HTML) | [optional]
10
10
**html_url** | **String** | Mandatory if htmlContent is empty. Url to the message (HTML) | [optional]
11
-
**scheduled_at** | **DateTime** | Sending date and time (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
11
+
**scheduled_at** | **DateTime** | Sending UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
12
12
**subject** | **String** | Subject of the campaign |
13
13
**reply_to** | **String** | Email on which the campaign recipients will be able to reply to | [optional]
14
14
**to_field** | **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-1
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/GetEmailCampaign.md
+3-3
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
-
**scheduled_at** | **DateTime** | Date on which campaign is scheduled (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
11
+
**scheduled_at** | **DateTime** | UTC date-time on which campaign is scheduled (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
12
12
**test_sent** | **BOOLEAN** | 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
**html_content** | **String** | HTML content of the campaign |
19
19
**share_link** | **String** | Link to share the campaign on social medias | [optional]
20
20
**tag** | **String** | Tag of the campaign |
21
-
**created_at** | **DateTime** | Creation date of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
22
-
**modified_at** | **DateTime** | Date of last modification of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
21
+
**created_at** | **DateTime** | Creation UTC date-time of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
22
+
**modified_at** | **DateTime** | UTC date-time of last modification of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
23
23
**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]
24
24
**mirror_active** | **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]
25
25
**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/GetExtendedCampaignOverview.md
+3-3
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
-
**scheduled_at** | **DateTime** | Date on which campaign is scheduled (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
11
+
**scheduled_at** | **DateTime** | UTC date-time on which campaign is scheduled (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
12
12
**test_sent** | **BOOLEAN** | 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
**html_content** | **String** | HTML content of the campaign |
19
19
**share_link** | **String** | Link to share the campaign on social medias | [optional]
20
20
**tag** | **String** | Tag of the campaign |
21
-
**created_at** | **DateTime** | Creation date of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
22
-
**modified_at** | **DateTime** | Date of last modification of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
21
+
**created_at** | **DateTime** | Creation UTC date-time of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
22
+
**modified_at** | **DateTime** | UTC date-time of last modification of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
23
23
**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]
24
24
**mirror_active** | **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]
25
25
**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]
modified_since:DateTime.parse("2013-10-20T19:20:30+01:00"), # DateTime | Filter (urlencoded) the contacts modified after a given date-time (YYYY-MM-DDTHH:mm:ss.SSSZ)
198
+
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)
199
199
limit:50, # Integer | Number of documents per page
200
200
offset:0# Integer | Index of the first document of the page
**value** | **String** | Value of the attribute. Use only if the attribute's category is calculated or global | [optional]
7
+
**enumeration** | [**Array<UpdateAttributeEnumeration>**](UpdateAttributeEnumeration.md) | Values that the attribute can take. Use only if the attribute's category is category | [optional]
0 commit comments