Buttondown Documentation
When creating an export of your Buttondown data, you can now specify two new fields to transform the shape and specificity of the data you receive:
parameters
: a dictionary of parameters to filter the data you receive.columns
: a list of columns to include in the export.Rather than just getting "every data point about every subscriber, ever":
You can, say, grab just the email address and status of every subscriber in the past week:
(We plan on augmenting this functionality to allow pulling specific metadata fields, too, but you can't do that quite yet.)