Comments
Create Comment
Create a new comment or reply to an existing comment. If subscriber_id is provided, the comment is attributed to that subscriber; otherwise it is attributed to the newsletter author.
post/comments
Request body
Response
Created
Example response
{
"subscriber": {
"country": "US",
"email_address": "telemachus@buttondown.email",
"delivered_count": 12,
"open_count": 7,
"clicked_count": 3,
"open_rate": 0.5833,
"click_rate": 0.25
},
"email": {
"slug": "welcome-to-the-newsletter"
}
}