await step.sms('send-sms', async () => {
  return {
    body: 'A new post has been created',
  };
});