AMPscript
Add
Remove
Update
Validate Your Server-Side JavaScript using WSProxy
Updates the delivery profile and returns a status
Update(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Attributes of delivery profile to change |
This sample code updates the Name attribute of the delivery profile to the specified value:
1var myProfile = DeliveryProfile.Init('myDeliveryProfile');
2var status = myProfile.Update({ "Name" : "SSJS Updated Delivery Profile" });