We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c54ad commit 52d6badCopy full SHA for 52d6bad
app/services/twilio.server.ts
@@ -10,7 +10,7 @@ export async function sendSMS(
10
): Promise<MessageInstance> {
11
const client = twilio(accountSid, authToken);
12
return await client.messages.create({
13
- from: "+14407627994",
+ from: "+16137079034",
14
to,
15
body,
16
});
0 commit comments