PlunkPlunk
API ReferenceCampaigns

Send or schedule campaign

Send a campaign immediately or schedule for future delivery

POST
/campaigns/{id}/send

Authorization

ApiKeyAuth

AuthorizationBearer <token>

API Key authentication. Secret keys (sk_*) are required for all endpoints except /v1/track. Public keys (pk_*) only work with the /v1/track endpoint for client-side event tracking. The project is automatically derived from the key.

In: header

Path Parameters

id*string

Request Body

application/json

scheduledFor?string

ISO 8601 timestamp for when to send the campaign. Omit or set to null for immediate send.

Formatdate-time

Response Body

curl -X POST "https://next-api.useplunk.com/campaigns/string/send" \  -H "Content-Type: application/json" \  -d '{}'
Empty