AMPscript
Add
Pause
Publish
Retrieve
Send
Start
Update
Validate Your Server-Side JavaScript using WSProxy
Updates the triggered send definition and returns a status
Update(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Attributes regarding triggered send definition to change |
This sample code initializes a triggered send definition and updates the name:
1var tsd = TriggeredSend.Init("triggeredSend");
2var status = tsd.Update({ "Name" : "Updated TSD Name" });