Retrieve a specific comment by its ID
OK
Comments are a way for subscribers to interact with newsletters. They're a way to provide feedback, ask questions, and generally engage with the content of an email. Comments exist in a tree structure; comments that reply to other comments are considered "children" of the parent comment.
A unique TypeID associated with the object.
The date and time at which the object was first created.
The ID of the email this comment is attached to.
The ID of the subscriber who posted the comment, or null if posted by the newsletter author.
The ID of the parent comment, if this comment is a reply to another comment.
The text content of the comment.
An enumeration.
Subscribers are the main way you collect email addresses and recipients on Buttondown. They're what you see on your subscribers page.
Relevant changes to the schema:
Emails are why you're here on Buttondown, right? Creating an email via the API is just like creating one in the interface; it will instantly trigger sending actual emails, based on the tags and email type you provide.