MoxiWorks Platform
.NET SDK For MoxiWorks Public API
MoxiWorks.Platform.EmailCampaign Class Reference

Entity that represents the email campaign established between agents and contact via Moxi Works. More...

Properties

string AgentUuid [get, set]
 This is the Moxi Works Platform ID of the Agent which this EmailCampaign is associated with. This will be an RFC 4122 compliant UUID. More...
 
string MoxiWorksAgentId [get, set]
 This is the Moxi Works Platform ID of the Agent which this EmailCampaign is associated with. This will be a string that may take the form of an email address, or a unique alphanumeric identification string. More...
 
string SubscriptionType [get, set]
 A string representing the type of EmailSubscription is associated with the Contact for the supplied partner_contact_id. This is a unique, internally defined string per EmailSubscription type. Documentation of available subscription_type responses is outside the scope of this documentation. If you need help determining available types, contact your Moxi Works Platform representative. More...
 
string EmailAddress [get, set]
 The email address for the EmailSubscription. More...
 
int SubscribedAt [get, set]
 Unix timestamp representing when the EmailSubscription that is associated with the Contact for the supplied partner_contact_id was initiated. More...
 
string CreatedBy [get, set]
 This is a string representing the actor responsible for the subscription initiation. More...
 
string Area [get, set]
 A string representing a geographic area that the EmailSubscription regards. More...
 
int LastSent [get, set]
 This is a Unix timestamp representing the point in time that the last EmailSubscription message was sent. More...
 
int NextScheduled [get, set]
 This is a Unix timestamp representing the point in time that the next EmailSubscription message will be sent. More...
 

Detailed Description

Entity that represents the email campaign established between agents and contact via Moxi Works.

Property Documentation

◆ AgentUuid

string MoxiWorks.Platform.EmailCampaign.AgentUuid
getset

This is the Moxi Works Platform ID of the Agent which this EmailCampaign is associated with. This will be an RFC 4122 compliant UUID.

◆ Area

string MoxiWorks.Platform.EmailCampaign.Area
getset

A string representing a geographic area that the EmailSubscription regards.

◆ CreatedBy

string MoxiWorks.Platform.EmailCampaign.CreatedBy
getset

This is a string representing the actor responsible for the subscription initiation.

◆ EmailAddress

string MoxiWorks.Platform.EmailCampaign.EmailAddress
getset

The email address for the EmailSubscription.

◆ LastSent

int MoxiWorks.Platform.EmailCampaign.LastSent
getset

This is a Unix timestamp representing the point in time that the last EmailSubscription message was sent.

◆ MoxiWorksAgentId

string MoxiWorks.Platform.EmailCampaign.MoxiWorksAgentId
getset

This is the Moxi Works Platform ID of the Agent which this EmailCampaign is associated with. This will be a string that may take the form of an email address, or a unique alphanumeric identification string.

◆ NextScheduled

int MoxiWorks.Platform.EmailCampaign.NextScheduled
getset

This is a Unix timestamp representing the point in time that the next EmailSubscription message will be sent.

◆ SubscribedAt

int MoxiWorks.Platform.EmailCampaign.SubscribedAt
getset

Unix timestamp representing when the EmailSubscription that is associated with the Contact for the supplied partner_contact_id was initiated.

◆ SubscriptionType

string MoxiWorks.Platform.EmailCampaign.SubscriptionType
getset

A string representing the type of EmailSubscription is associated with the Contact for the supplied partner_contact_id. This is a unique, internally defined string per EmailSubscription type. Documentation of available subscription_type responses is outside the scope of this documentation. If you need help determining available types, contact your Moxi Works Platform representative.


The documentation for this class was generated from the following file: