Create Send IDs For Message Send Tracking

POST https://{{instance_url}}/sends/id/create

Braze’s Send Identifier adds the ability to send messages and track message performance entirely programmatically, without campaign creation for each send. Using the Send Identifier to track and send messages is useful if you are planning to programmatically generate and send content.

The daily maximum number of custom send identifiers that can be created via this endpoint for a given app group is 100. Each send id - campaign id combination that you create will count towards your daily limit. The response headers for any valid request include the current rate limit status.

Request Parameters

ParameterRequiredData TypeDescription
campaign_idRequiredStringSee campaign identifier
send_idOptionalStringSee send identifier

Request Components

Response

Content-Type: application/json
Authorization: Bearer YOUR-REST-API-KEY
{
  "message": "success",
  "send_id" : "example_send_id"
}

Request Body

{"campaign_id"=>"campaign_identifier", "send_id"=>"send_identifier"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring