Update
Overview
Updates the sender profile and returns a statusSyntax
Update(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Attributes regarding sender profile to change |
Example
This sample code updates the Name attribute of the sender profile to the specified value:
var myProfile = SenderProfile.Init('mySenderProfile');
var status = myProfile.Update({ "Name" : "SSJS Updated Sender Profile" });