AMPscript
Add
Pause
Publish
Retrieve
Send
Start
Update
Validate Your Server-Side JavaScript using WSProxy
Publishes changes and updates to a triggered send and returns a status
Publish()
To use the Publish() function, you must first initialize the triggered send object. Next, call the Publish() function on the initialized object.
1var tsd = TriggeredSend.Init("triggeredSend");
2var status = tsd.Publish();