View Source PlacetelAPI.Api.SMS (placetel_api v2.0.0)
API calls for all endpoints tagged SMS
.
Link to this section Summary
Functions
Send SMS Sends an SMS
Link to this section Functions
@spec post_sms(Tesla.Env.client(), PlacetelAPI.Model.PostSms.t(), keyword()) :: {:ok, nil} | {:error, Tesla.Env.t()}
Send SMS Sends an SMS
parameters
Parameters
connection
(PlacetelAPI.Connection): Connection to serversms
(PostSms):opts
(keyword): Optional parameters
returns
Returns
{:ok, nil}
on success{:error, Tesla.Env.t}
on failure