Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.47 KB

PromptBot.md

File metadata and controls

23 lines (20 loc) · 1.47 KB

IO.Swagger.Model.PromptBot

Properties

Name Type Description Notes
Id string The identifier of the prompt bot. Read Only. [optional]
UserId string The prompt bot's owner. Read Only. [optional]
EmailId string The default email being sent to contacts in the prompt bot list. [optional]
ListId string The list to attach the Prompt Bot to. [optional]
Name string The name of the bot. [optional]
ContactFieldValueColumn string The custom contact field value column used for this bot. [optional]
Status int? The status of the prompt bot. Read Only. [optional]
StartDate DateTime? when the bot started [optional]
EndDate DateTime? when the bot should finish [optional]
BotTypeId string The type of bot. [optional]
TemplateId string The template id used to generate the default email. [optional]
VideoId string The video that was added to the prompt. [optional]
Content string The content to use in the email. [optional]
Subject string The subject of the default email. [optional]
GeneratedBy string Set when generated as a default by a bot. [optional]

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