Skip Navigation

Programmatic Marketing Content

control-j is the search shortcutj
Introduction to Programmatic Marketing Content
AMPscript
Guide Template Language
Server-Side JavaScript
Server-Side JavaScript Syntax Guide
Account Functions
AccountUser Functions
Content Area Functions
Data Extension Functions
DateTime Functions
Delivery Profile Functions
Email Functions
Events Functions
Filter Defintion Functons
Folder Functions
HTTP Functions
List Functions
Portfolio Functions
Query Definition Functions
Recipient Functions
Send Classification Functions
Send Functions
Sender Profile Functions
Subscriber Functions
Template Functions
Triggered Send Functions
Add
Pause
Publish
Retrieve
Send
Start
Tracking
Update
Utilities Functions
Platform Functions
Server-Side JavaScript Sample Code
Use Server-Side JavaScript with AMPscript
Use Server-Side Javascript via WSProxy with the SOAP API
Server-Side JavaScript/Server-Side JavaScript Syntax Guide/Triggered Send Functions/Retrieve

Retrieve

Overview

Retrieves an array of triggered send objects based on the specified criteria

Syntax

Retrieve(1)

Function Properties

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"});
Last Updated: Jun 8, 2021

Salesforce logo