Skip to main content
GET
/
api
/
senders
/
{id}
/
schedule
Get Sender Schedule
curl --request GET \
  --url https://app.puffle.ai/api/senders/{id}/schedule \
  --header 'Authorization: Bearer <token>'
CLI:
puffle sender schedule --id <id>

Overview

Return the dynamic schedule for a single sender account. The schedule is a future-looking capacity and commitment map used when planning or debugging that sender’s available send slots. Use this for one sender’s future schedule. For current usage and campaign assignments, use Get Sender Details.

AI agent notes

Start from List Senders or Get Sender Details to choose the sender account ID. Use this for future capacity planning. For current status, today’s usage, and campaign assignments, use Get Sender Details. An empty schedule map does not by itself mean the sender is disconnected.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Sender account (accounts.id) UUID.

Response

Successful response.