SignWell · Example Payload

Createbulksend

Creates a bulk send, and it validates the CSV file before creating the bulk send.

Bulk Send

Createbulksend is an example object payload from SignWell, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummarydescriptiontagsparametersrequestBody

Example Payload

Raw ↑
{
  "operationId": "createBulkSend",
  "method": "POST",
  "path": "/api/v1/bulk_sends",
  "summary": "Create Bulk Send",
  "description": "Creates a bulk send, and it validates the CSV file before creating the bulk send.",
  "tags": [
    "Bulk Send"
  ],
  "parameters": [],
  "requestBody": {
    "content": "application/json",
    "schema": {
      "$ref": "#/components/schemas/CreateBulkSendRequest"
    }
  }
}