AMPscript
Add
CancelSend
Definition.Add
Definition.AddWithDE
Definition.AddWithFilterDefinition
Definition.Remove
Definition.Retrieve
Definition.Send
Definition.Update
Remove
Retrieve
RetrieveLists
Validate Your Server-Side JavaScript using WSProxy
Sends email messages to the lists associated with the initialized send definition
DefinitionSend(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | object | Required | Date object specifying when send should perform. If you pass no value or a null value, the send performs immediately. |
This sample code initializes a send definition with an external key of myESD and performs a send:
1var esd = Send.Definition.Init('myESD');
2var status = esd.Send();