Retrieve
Overview
Retrieves an array of triggered send objects based on the specified criteriaSyntax
Retrieve(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Criteria used to search for triggered send |
Example
This sample code retrieves a triggered send based on the specified filter criteria:
var results = TriggeredSend.Retrieve({Property:"CustomerKey",SimpleOperator:"equals",Value:"ssjs_tsd_key"});