Skip to content

Commit

Permalink
docs: send_at will error out without a Z at the end of the timestamp (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly authored Jul 22, 2024
1 parent 821b43d commit 23d236f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/content/apis/campaigns.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Create a new campaign.
| content_type | string | Yes | Content type: 'richtext', 'html', 'markdown', 'plain'. |
| body | string | Yes | Content body of campaign. |
| altbody | string | | Alternate plain text body for HTML (and richtext) emails. |
| send_at | string | | Timestamp to schedule campaign. Format: 'YYYY-MM-DDTHH:MM:SS'. |
| send_at | string | | Timestamp to schedule campaign. Format: 'YYYY-MM-DDTHH:MM:SSZ'. |
| messenger | string | | 'email' or a custom messenger defined in settings. Defaults to 'email' if not provided. |
| template_id | number | | Template ID to use. Defaults to default template if not provided. |
| tags | string\[\] | | Tags to mark campaign. |
Expand Down

0 comments on commit 23d236f

Please sign in to comment.