For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
LoginStart trialGet a demo
  • Welcome
    • Getting Started
    • Create an API Key
    • Pagination
    • Rate Limiting
    • No-Code Integrations
  • Webhooks
      • POSTNewsletter List Subscription Subscribed <Badge intent="warning" minimal outlined>Beta</Badge>
      • POSTNewsletter List Subscription Unsubscribed <Badge intent="warning" minimal outlined>Beta</Badge>
      • POSTNewsletter List Subscription Paused <Badge intent="warning" minimal outlined>Beta</Badge>
      • POSTNewsletter List Subscription Resumed <Badge intent="warning" minimal outlined>Beta</Badge>
  • OAuth2
  • API Reference
LogoLogo
LoginStart trialGet a demo
WebhooksNewsletter List Subscription

Newsletter List Subscription Resumed Beta

Payload
1{
2 "data": {
3 "id": "nl_list_sub_00000000-0000-0000-0000-000000000000",
4 "list_name": "Weekly Digest",
5 "subscription_id": "sub_00000000-0000-0000-0000-000000000000",
6 "email": "[email protected]",
7 "status": "active",
8 "created": 1666800076,
9 "updated": 1666800076,
10 "subscribed_at": 1666800076
11 },
12 "event_timestamp": 1666800076,
13 "event_type": "newsletter_list_subscription.resumed",
14 "uid": "evt_00000000-0000-0000-0000-000000000000"
15}
Was this page helpful?
Previous

Post Sent

Next
Built with

Payload

The payload of this webhook request is an object.
dataobjectOptional
event_timestampintegerOptional
The date the event was created. Measured in seconds since the Unix epoch.
event_typestringOptional
The event type.
uidstringOptional
The prefixed event ID, unique to each webhook event.

Response

200
any
Return a 200 status to indicate that the data was received successfully.