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": "6da2698e-8c7a-4f08-bdd8-cefa8db1018a", "StandardCampaignId": "b0825c13-6256-4704-9021-34d0bea88918", "HasEmail": true, "HasFax": true, "HasSms": true, "Name": "sample string 5", "SendDate": "2025-08-05T22:25:33.7838385+00:00", "Status": "sample string 4", "SubjectLine": "sample string 8" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"StandardCampaignSend":{"StandardCampaignSendId":"6da2698e-8c7a-4f08-bdd8-cefa8db1018a","StandardCampaignId":"b0825c13-6256-4704-9021-34d0bea88918","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 5","SendDate":"2025-08-05T22:25:33.7838385+00:00","Status":"sample string 4","SubjectLine":"sample string 8"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});