| 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": "19cb5cb4-f615-4034-85e0-c86045628180",
"StandardCampaignId": "a85dc366-3a71-4d58-af19-74d5a6bfd68d",
"HasEmail": true,
"HasFax": true,
"HasSms": true,
"Name": "sample string 6",
"SendDate": "2026-06-04T17:39:23.6311837+00:00",
"Status": "sample string 7",
"SubjectLine": "sample string 8"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"StandardCampaignSend":{"StandardCampaignSendId":"19cb5cb4-f615-4034-85e0-c86045628180","StandardCampaignId":"a85dc366-3a71-4d58-af19-74d5a6bfd68d","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2026-06-04T17:39:23.6311837+00:00","Status":"sample string 7","SubjectLine":"sample string 8"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});