Skip to content

Commit 05d4f41

Browse files
authored
Merge pull request #313 from shogren/send_at_time
changed send_at descriptions, updated changelog
2 parents a12d4c3 + 64f5681 commit 05d4f41

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Transactional
44

5+
### 1.0.48
6+
* Allowing users to schedule messages (using messages/send, messages/send-template, messages/send-raw and messages/reschedule APIs) within a year from the date of scheduling.
7+
58
### 1.0.46
69
* Added a little more granularity to the `set_timeout` method to the Client class in the Ruby SDK; now supports `read`, `write` and `connect` parameters, which will default to the `timeout` param if unspecified, or 300 seconds if `timeout` is unspecified.
710

spec/transactional.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
},
178178
"swagger": "2.0",
179179
"info": {
180-
"version": "1.0.47",
180+
"version": "1.0.48",
181181
"title": "Mailchimp Transactional API",
182182
"contact": {
183183
"name": "API Support",
@@ -2939,7 +2939,7 @@
29392939
},
29402940
"send_at": {
29412941
"type": "string",
2942-
"description": "when this message should be sent as a UTC timestamp in YYYY-MM-DD HH:MM:SS format. If you specify a time in the past, the message will be sent immediately.",
2942+
"description": "when this message should be sent as a UTC timestamp in YYYY-MM-DD HH:MM:SS format. If you specify a time in the past, the message will be sent immediately; for future dates, you're limited to one year from the date of scheduling.",
29432943
"format": "date-time"
29442944
}
29452945
}
@@ -3333,7 +3333,7 @@
33333333
},
33343334
"send_at": {
33353335
"type": "string",
3336-
"description": "when this message should be sent as a UTC timestamp in YYYY-MM-DD HH:MM:SS format. If you specify a time in the past, the message will be sent immediately.",
3336+
"description": "when this message should be sent as a UTC timestamp in YYYY-MM-DD HH:MM:SS format. If you specify a time in the past, the message will be sent immediately; for future dates, you're limited to one year from the date of scheduling.",
33373337
"format": "date-time"
33383338
}
33393339
}
@@ -4197,7 +4197,7 @@
41974197
},
41984198
"send_at": {
41994199
"type": "string",
4200-
"description": "when this message should be sent as a UTC timestamp in YYYY-MM-DD HH:MM:SS format. If you specify a time in the past, the message will be sent immediately.",
4200+
"description": "when this message should be sent as a UTC timestamp in YYYY-MM-DD HH:MM:SS format. If you specify a time in the past, the message will be sent immediately; for future dates, you're limited to one year from the date of scheduling.",
42014201
"format": "date-time"
42024202
},
42034203
"return_path_domain": {
@@ -4408,7 +4408,7 @@
44084408
},
44094409
"send_at": {
44104410
"type": "string",
4411-
"description": "the new UTC timestamp when the message should sent. Mandrill can't time travel, so if you specify a time in past the message will be sent immediately",
4411+
"description": "the new UTC timestamp when the message should sent. Mandrill can't time travel, so if you specify a time in past the message will be sent immediately; for future dates, you're limited to one year from the date of scheduling.",
44124412
"format": "date-time"
44134413
}
44144414
}

0 commit comments

Comments
 (0)