| Name | Description | Type | Additional Info |
|---|---|---|---|
| standardCampaignId | The ID of the standard campaign. | globally unique identifier | Required |
| standardCampaignSendId | The ID of the standard campaign send. | globally unique identifier | Required |
None.
| Name | Description | Type | Additional Info |
|---|---|---|---|
| StandardCampaignSend | The standard campaign send. | StandardCampaignSendV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"StandardCampaignSend": {
"StandardCampaignSendId": "fdeb0b20-f7b5-48cf-b3d1-af2f1e58ce58",
"StandardCampaignId": "1f8c0a9e-c3fe-44bc-88bf-5eaec09fb6cf",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 6",
"SendDate": "2026-08-11T20:29:40.4559339+00:00",
"Status": "sample string 7",
"SubjectLine": "sample string 8"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"StandardCampaignSend":{"StandardCampaignSendId":"fdeb0b20-f7b5-48cf-b3d1-af2f1e58ce58","StandardCampaignId":"1f8c0a9e-c3fe-44bc-88bf-5eaec09fb6cf","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2026-08-11T20:29:40.4559339+00:00","Status":"sample string 7","SubjectLine":"sample string 8"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});