messagebird/messagebird-nodejs

Create message missing shortcodes

andreimc opened this issue · 0 comments

Cannot specify shortCode in the request, you can on CURL but not node api

curl -X POST https://rest.messagebird.com/messages \
  -H 'Authorization: AccessKey key' \
  -d "recipients=1234" \
  -d "originator=MessageBird" \
  -d "shortcode=1234" \
  -d "body=This is a test message"