Moxi Works ActionLog entries record actions that contacts take that an agent might want to see to increase their effectivity. For example, if a contact sends an email to an agent asking a question, Moxi Works ActionLog will record that interaction and display it to the agent.
More...
|
string | AgentUuid [get, set] |
| This is the Moxi Works Platform ID of the agent which an ActionLog entry 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 an ActionLog entry is associated with. This will be a string that may take the form of an email address, or a unique identification string. More...
|
|
string | Body [get, set] |
| This is a human readable string which would be presented to the Agent as the content of the ActionLog entry. This can be any arbitrary plain-text string which would be practical for the agent to see in the history of events associated with a Contact. This should be the same as the data sent in the body parameter of the ActionLog Create request. More...
|
|
string | MoxWorksContactId [get, set] |
| This is the unique identifer you use in your system that has been associated with the Contact that you are creating an ActionLog entry about. You should have already created the Contact record on the Moxi Works Platform using Contact Create More...
|
|
string | PartnerContactId [get, set] |
| This is the Moxi Works Platform ID of the Contact that you are creating an ActionLog entry about. This will be an RFC 4122 compliant UUID. More...
|
|
string | Title [get, set] |
| This is the human readable plain-text string which will be presented to the Agent as the heading of the ActionLog entry. This may be any short, descriptive sentence which would be practical for the agent to see in the history of events associated with a Contact. This should be the same as the data sent in the title parameter of the ActionLog Create request. More...
|
|
int | TimeStamp [get, set] |
| This is the Unix timestamp for the creation time of the ActionLog entry. More...
|
|
Dictionary< string, string > | LogData [get, set] |
|
Moxi Works ActionLog entries record actions that contacts take that an agent might want to see to increase their effectivity. For example, if a contact sends an email to an agent asking a question, Moxi Works ActionLog will record that interaction and display it to the agent.
◆ AgentUuid
string MoxiWorks.Platform.ActionLog.AgentUuid |
|
getset |
This is the Moxi Works Platform ID of the agent which an ActionLog entry is associated with. This will be an RFC 4122 compliant UUID.
◆ Body
string MoxiWorks.Platform.ActionLog.Body |
|
getset |
This is a human readable string which would be presented to the Agent as the content of the ActionLog entry. This can be any arbitrary plain-text string which would be practical for the agent to see in the history of events associated with a Contact. This should be the same as the data sent in the body parameter of the ActionLog Create request.
◆ LogData
Dictionary<string,string> MoxiWorks.Platform.ActionLog.LogData |
|
getset |
◆ MoxiWorksAgentId
string MoxiWorks.Platform.ActionLog.MoxiWorksAgentId |
|
getset |
This is the Moxi Works Platform ID of the agent which an ActionLog entry is associated with. This will be a string that may take the form of an email address, or a unique identification string.
◆ MoxWorksContactId
string MoxiWorks.Platform.ActionLog.MoxWorksContactId |
|
getset |
This is the unique identifer you use in your system that has been associated with the Contact that you are creating an ActionLog entry about. You should have already created the Contact record on the Moxi Works Platform using Contact Create
◆ PartnerContactId
string MoxiWorks.Platform.ActionLog.PartnerContactId |
|
getset |
This is the Moxi Works Platform ID of the Contact that you are creating an ActionLog entry about. This will be an RFC 4122 compliant UUID.
◆ TimeStamp
int MoxiWorks.Platform.ActionLog.TimeStamp |
|
getset |
This is the Unix timestamp for the creation time of the ActionLog entry.
◆ Title
string MoxiWorks.Platform.ActionLog.Title |
|
getset |
This is the human readable plain-text string which will be presented to the Agent as the heading of the ActionLog entry. This may be any short, descriptive sentence which would be practical for the agent to see in the history of events associated with a Contact. This should be the same as the data sent in the title parameter of the ActionLog Create request.
The documentation for this class was generated from the following file: