| 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": "c455aab8-e527-494d-9abf-58fb0301b4c9",
"StandardCampaignId": "47834820-ea53-4f64-85cd-7c381549c71b",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 6",
"SendDate": "2025-12-14T11:29:21.6105439+00:00",
"Status": "sample string 7",
"SubjectLine": "sample string 8"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"StandardCampaignSend":{"StandardCampaignSendId":"c455aab8-e527-494d-9abf-58fb0301b4c9","StandardCampaignId":"47834820-ea53-4f64-85cd-7c381549c71b","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2025-12-14T11:29:21.6105439+00:00","Status":"sample string 7","SubjectLine":"sample string 8"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});