Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.55 KB

File metadata and controls

21 lines (18 loc) · 1.55 KB

IO.Swagger.Model.PromptSocialPrompt

Properties

Name Type Description Notes
Id string The identifier of the prompt. Read Only. [optional]
UserId string The prompt's owner. Read Only. [optional]
JerichoId string If sent in a jericho context, this will have the jericho id [optional]
PromptSubject string The prompt's subject line [optional]
PromptHtml string The suggested script of the prompt. [optional]
ScheduledSendDate DateTime? When the final email is scheduled to be sent [optional]
ClientGroupId string The client group campaign that created the prompt. [optional]
ThumbnailUrl string The URL of a thumbnail image for this prompt [optional]
Status int? The status of the prompt: created = 0, sent = 10, recorded = 20, job_created = 30, timed_out = 40, declined = 50 Read Only [optional]
CreatedDate DateTime? When the email was first sent out [optional]
LastNotified DateTime? When the user was last notified about a prompt email waiting for a video [optional]
SendMechanism DateTime? The sendMechanism property [optional]
SendTypes List<string> The types of mechanisms this prompt can send. [optional]

[Back to Model list] [Back to API list] [Back to README]