| 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": "950f2fa7-2e9b-48f6-b2dd-a88334542405",
"StandardCampaignId": "630ccef3-5238-4b72-8fed-dd32415f5158",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 6",
"SendDate": "2026-09-13T21:01:47.2809316+00:00",
"Status": "sample string 7",
"SubjectLine": "sample string 8"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"StandardCampaignSend":{"StandardCampaignSendId":"950f2fa7-2e9b-48f6-b2dd-a88334542405","StandardCampaignId":"630ccef3-5238-4b72-8fed-dd32415f5158","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2026-09-13T21:01:47.2809316+00:00","Status":"sample string 7","SubjectLine":"sample string 8"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});