@vendasta/sms

SDK to interact with the sms service

Usage no npm install needed!

<script type="module">
  import vendastaSms from 'https://cdn.skypack.dev/@vendasta/sms';
</script>

README

SMS SDK

Sending SMS

You can send SMS in conversations using the SendSMS endpoint. It needs the following values:

  • Sender
    • Contains the ID representing who they are in our system (e.g. account group)
    • Only account groups are supported at this time
  • Recipient
    • Contains the ID representing who the recipient is in our system (e.g. customer ID)
    • Only customers are supported at this time
  • Recipient Phone Number
    • The phone number that the message will be sent to.
  • Message To Send
    • The message to send
  • Partner ID
    • The partner ID of the partner the sender is in