送信プレビューテスト送信の実行

1var SendDefObj = Platform.Function.CreateObject('EmailSendDefinition');
2Platform.Function.SetObjectProperty(SendDefObj,'CustomerKey','My Test Send');
3Platform.Function.SetObjectProperty(SendDefObj,'TestEmailAddr','acruz@example.com');
4
5var send = Platform.Function.InvokePerform(SendDefObj,'Test',status);