Skip to content

How to send a scheduled SMS? #59

Answered by caioagiani
githubfollow asked this question in Q&A
Discussion options

You must be logged in to vote

@githubfollow Hi!

Yes, follow this params on PR #51

const sendSmsScheduled = await mobizon.sendSms({
  recipient: process.env.NUMBER,
  from: '',
  text: 'SMS sent by Mobizon (scheduled).',
  params: {
    name: 'SMS Scheduled',
    deferredToTs: '2022-01-26 01:00:00',
  },
});

console.log(sendSmsScheduled);

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@githubfollow
Comment options

Answer selected by githubfollow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants