Click or drag to resize
IMessageTemplateManagerSendTestSmsMessage Method

[This is preliminary documentation and is subject to change.]

Generate and send a test SMS message using a specific template. The given customer will be used for everything (replace variables, reciever name etc) except the reciever number which is entered separately

Namespace: Netadmin.Management.Messaging
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
Guid SendTestSmsMessage(
	long templateId,
	long customerId,
	string messageRecipient
)

Parameters

templateId
Type: SystemInt64
The message template to use
customerId
Type: SystemInt64
The customer that should be used
messageRecipient
Type: SystemString
The message recipient

Return Value

Type: Guid
The GUID for the created message
See Also