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
list_id ="list_id_example"#String | Id of the list
673
+
list_id =789#Integer | Id of the list
674
674
675
675
opts = {
676
-
modified_since:"modified_since_example", #String | Filter the contacts modified after a given date (YYYY-MM-DD HH:mm:ss)
676
+
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)
677
677
limit:50, # Integer | Number of documents per page
678
678
offset:0# Integer | 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
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** | **String** | Sending date and time (YYYY-MM-DD HH:mm:ss) | [optional]
11
+
**scheduled_at** | **DateTime** | Sending date and 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-1Lines changed: 1 addition & 1 deletion
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]
0 commit comments