Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.8 KB

PromptSocialPrompt.md

File metadata and controls

22 lines (18 loc) · 1.8 KB

PromptSocialPrompt

Properties

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

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