| 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": "bbb12367-8faf-4e1a-a7c3-9114a780363a",
"StandardCampaignId": "7ec6fb64-4cc4-459c-b76e-dffb61babba9",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 6",
"SendDate": "2026-02-13T11:25:29.4968066+00:00",
"Status": "sample string 7",
"SubjectLine": "sample string 8"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"StandardCampaignSend":{"StandardCampaignSendId":"bbb12367-8faf-4e1a-a7c3-9114a780363a","StandardCampaignId":"7ec6fb64-4cc4-459c-b76e-dffb61babba9","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2026-02-13T11:25:29.4968066+00:00","Status":"sample string 7","SubjectLine":"sample string 8"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});