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
**contact_emails** | [**AddRemoveContactToList**](AddRemoveContactToList.md)| Emails addresses of the contacts |
70
70
71
71
### Return type
@@ -186,7 +186,7 @@ Name | Type | Description | Notes
186
186
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
modified_since ='modified_since_example'#str | Filter the contacts modified after a given date (YYYY-MM-DD HH:mm:ss) (optional)
662
+
list_id =789#int | Id of the list
663
+
modified_since ='2013-10-20T19:20:30+01:00'#datetime | Filter (urlencoded) the contacts modified after a given date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) (optional)
664
664
limit =50# int | Number of documents per page (optional) (default to 50)
665
665
offset =0# int | Index of the first document of the page (optional) (default to 0)
**contact_emails** | [**AddRemoveContactToList**](AddRemoveContactToList.md)| Emails adresses of the contact |
1052
1052
1053
1053
### Return type
@@ -1171,7 +1171,7 @@ void (empty response body)
1171
1171
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
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** | **str** | Name of the campaign |
9
9
**html_content** | **str** | Mandatory if htmlUrl is empty. Body of the message (HTML) | [optional]
10
10
**html_url** | **str** | Mandatory if htmlContent is empty. Url to the message (HTML) | [optional]
11
-
**scheduled_at** | **str** | 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** | **str** | Subject of the campaign |
13
13
**reply_to** | **str** | Email on which the campaign recipients will be able to reply to | [optional]
14
14
**to_field** | **str** | 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,7 +7,7 @@ Name | Type | Description | Notes
7
7
**sender** | **str** | Name of the sender. The number of characters is limited to 11 |
8
8
**content** | **str** | 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]
**scheduled_at** | **str** | Date and time on which the campaign has to run (YYYY-MM-DD HH:mm:ss) | [optional]
10
+
**scheduled_at** | **datetime** | Date and 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)
0 commit comments