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": "633575a6-476c-476c-bf0b-5837d75bee1d", "StandardCampaignId": "4f5e7cae-b840-4dc3-966b-49d222da3121", "HasEmail": true, "HasFax": true, "HasSms": true, "Name": "sample string 5", "SendDate": "2025-10-10T10:01:07.3723196+00:00", "Status": "sample string 4", "SubjectLine": "sample string 8" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"StandardCampaignSend":{"StandardCampaignSendId":"633575a6-476c-476c-bf0b-5837d75bee1d","StandardCampaignId":"4f5e7cae-b840-4dc3-966b-49d222da3121","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 5","SendDate":"2025-10-10T10:01:07.3723196+00:00","Status":"sample string 4","SubjectLine":"sample string 8"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});