Skip to main content
POST
/
sends
/
{id}
/
send
cURL
curl --request POST \
  --url https://api.notocat.com/v1/sends/{id}/send \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "senderId": "<string>"
}'
{
  "subscribers": 123,
  "status": "sending"
}
This endpoint can be used to send an issue to your subscribers.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The ID of the send

Body

application/json

Send configuration

senderId
string

The ID of the sender to use for this send. Defaults to the first sender of your default domain for the workspace. Find sender IDs in your email settings on Notocat.

Response

Issue sent successfully

subscribers
integer

The number of subscribers the issue was sent to

status
enum<string>

The status of the send operation

Available options:
sending