Start

Starts a triggered send and returns a status.

Syntax 

Start()

Example 

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();