@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/clients
vibes
VibesClient
Class VibesClient
Index
Constructors
constructor
Methods
send
Sms
Message
Constructors
constructor
new
VibesClient
(
__namedParameters
:
{
address
:
string
;
addressType
:
string
;
callbackUrl
:
string
;
password
:
string
;
username
:
string
;
}
,
)
:
VibesClient
Parameters
__namedParameters
:
{
address
:
string
;
addressType
:
string
;
callbackUrl
:
string
;
password
:
string
;
username
:
string
;
}
Returns
VibesClient
Methods
send
Sms
Message
sendSmsMessage
(
__namedParameters
:
{
destination
:
string
;
message
:
string
;
submitterMessageId
?:
string
;
}
,
)
:
Promise
<
{
mtMessageRsp
:
{
carrier
:
string
;
messageId
:
string
;
submitterMessageId
:
string
;
}
;
}
,
>
Parameters
__namedParameters
:
{
destination
:
string
;
message
:
string
;
submitterMessageId
?:
string
}
Returns
Promise
<
{
mtMessageRsp
:
{
carrier
:
string
;
messageId
:
string
;
submitterMessageId
:
string
;
}
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
send
Sms
Message
@cfxlabsinc/b2b-services
Loading...