feat: Implement send sms action of twilio
This commit is contained in:
@@ -2,12 +2,7 @@ import { IGlobalVariable } from '@automatisch/types';
|
||||
|
||||
const verifyCredentials = async ($: IGlobalVariable) => {
|
||||
try {
|
||||
await $.http.get('/2010-04-01/Accounts.json?PageSize=1', {
|
||||
auth: {
|
||||
username: $.auth.data.accountSid as string,
|
||||
password: $.auth.data.authToken as string,
|
||||
},
|
||||
});
|
||||
await $.http.get('/2010-04-01/Accounts.json?PageSize=1');
|
||||
|
||||
await $.auth.set({
|
||||
screenName: $.auth.data.accountSid,
|
||||
|
Reference in New Issue
Block a user