| 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": "b0061428-cc7b-466b-9e53-21916dc611fd",
"StandardCampaignId": "dbadab08-ef3b-4389-827d-02a19bcc56bb",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 5",
"SendDate": "2026-03-08T04:19:36.5676875+00:00",
"Status": "sample string 4",
"SubjectLine": "sample string 8"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"StandardCampaignSend":{"StandardCampaignSendId":"b0061428-cc7b-466b-9e53-21916dc611fd","StandardCampaignId":"dbadab08-ef3b-4389-827d-02a19bcc56bb","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 5","SendDate":"2026-03-08T04:19:36.5676875+00:00","Status":"sample string 4","SubjectLine":"sample string 8"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});