Buttondown integration (Marketing, Communication). Imported from open-connector.
https://api.buttondown.com/v1/accounts/me
/newsletters/{page}
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | required | The 1-based page number of the paginated response. |
| page_size | integer | optional | The number of results per page. |
/subscribers/{page}
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | required | The 1-based page number of the paginated response. |
| email_address | string | optional | Only return subscribers matching this email fragment. |
| type | string | optional | The subscriber lifecycle state returned by Buttondown. |
| tag | array | optional | Only return subscribers matching the given tag names. |
| date__start | string | optional | Only return subscribers created on or after the given date. |
| date__end | string | optional | Only return subscribers created before the given date. |
/subscribers/{id_or_email}
| Param | Type | Required | Description |
|---|---|---|---|
| id_or_email | string | required | The Buttondown subscriber ID or email address. |
/subscribers
| Param | Type | Required | Description |
|---|---|---|---|
| email_address | string | required | The email address of the subscriber. |
| notes | string | optional | Any private notes to attach to the subscriber. |
| metadata | object | optional | A structured key-value blob stored on the Buttondown object. |
| tags | array | optional | Tag names to apply to the subscriber. Tags that do not already exist will be cr… |
| referrer_url | string | optional | The URL the subscriber was referred from. |
| utm_campaign | string | optional | The UTM campaign attributed to the subscriber. |
| utm_medium | string | optional | The UTM medium attributed to the subscriber. |
| utm_source | string | optional | The UTM source attributed to the subscriber. |
| type | string | optional | — |
| ip_address | string | optional | — |
| collision_behavior | string | optional | Behavior to apply when a record with the same value exists. |
| bypass_firewall | boolean | optional | Whether to bypass Buttondown's firewall for this subscriber creation. |
/subscribers/{id_or_email}
| Param | Type | Required | Description |
|---|---|---|---|
| id_or_email | string | required | The Buttondown subscriber ID or email address. |
| commenting_disabled | boolean | optional | — |
| email_address | string | optional | — |
| notes | string | optional | — |
| metadata | object | optional | — |
| tags | array | optional | — |
| referrer_url | string | optional | — |
| type | string | optional | — |
| unsubscription_reason | string | optional | — |
/subscribers/{id_or_email}
| Param | Type | Required | Description |
|---|---|---|---|
| id_or_email | string | required | The Buttondown subscriber ID or email address. |
/tags/{page}
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | required | The 1-based page number of the paginated response. |
| page_size | integer | optional | The number of results per page. |
/tags
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The name of the tag. |
| color | string | required | The hex color code associated with the tag. |
| description | string | optional | — |
| public_description | string | optional | — |
| subscriber_editable | boolean | optional | Whether subscribers can add or remove this tag from their own profile. |
| collision_behavior | string | optional | Whether to overwrite an existing tag with the same name. |
/tags/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Buttondown tag ID. |
/tags/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Buttondown tag ID. |
| name | string | optional | — |
| color | string | optional | — |
| description | string | optional | — |
| public_description | string | optional | — |
| secondary_id | integer | optional | — |
| subscriber_editable | boolean | optional | — |
/tags/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Buttondown tag ID. |