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