Update

Overview 

Updates the triggered send definition and returns a status

Syntax 

Update(1)

Function Properties 

OrdinalTypeDescription
1stringRequiredAttributes regarding triggered send definition to change

Example 

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" });