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