| 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": "c9e8846d-b9e7-487a-9a4c-ec0ce7de2f43",
"StandardCampaignId": "23887edc-50e5-49e6-8706-3fe5a4228ec2",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 5",
"SendDate": "2026-03-14T19:33:55.505926+00:00",
"Status": "sample string 4",
"SubjectLine": "sample string 8"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"StandardCampaignSend":{"StandardCampaignSendId":"c9e8846d-b9e7-487a-9a4c-ec0ce7de2f43","StandardCampaignId":"23887edc-50e5-49e6-8706-3fe5a4228ec2","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 5","SendDate":"2026-03-14T19:33:55.505926+00:00","Status":"sample string 4","SubjectLine":"sample string 8"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});