Class OnsiteLspClient
Default onsite plugin. The plugin does nothing now, only the online plugin does something useful
Implements
Inherited Members
Namespace: SuperOffice.CRM.LspApiClient
Assembly: SoDataBase.dll
Syntax
public class OnsiteLspClient : ILspApi
Constructors
OnsiteLspClient()
Default onsite plugin. The plugin does nothing now, only the online plugin does something useful
Declaration
public OnsiteLspClient()
Methods
TryNudgeCsMailingsAsync()
Attempt to start mailings. Useful when we are ready to send and would prefer not to wait a minute or two.
Declaration
public Task TryNudgeCsMailingsAsync()
Returns
Type | Description |
---|---|
Task |
TryNudgeCsOutboxAsync()
Attempt to start email/sms sending (not mailings). Useful when we are ready to send a message and would prefer not to wait a minute or two.
Declaration
public Task TryNudgeCsOutboxAsync()
Returns
Type | Description |
---|---|
Task |
TryNudgeEmailFlowsAsync()
Attempt to start email flows
Declaration
public Task TryNudgeEmailFlowsAsync()
Returns
Type | Description |
---|---|
Task |