Twilio Integration
Hey guys, I've been trying add SMS notification everytime a new user is created. I've already added
user_contact
on my user schema also added values on E.164 format. I've also defined my twilio variables on .ENV file.
TWILIO_ACCOUNT_SID=AC8c4bb20a1d51ae1a9a7134b1fb99eab2
TWILIO_AUTH_TOKEN=67ae0e279a32c1a4210a793368f35cb2
TWILIO_PHONE_NUMBER=+19389999868
For some reason, I'm not receiving any SMS, but I'm able to create data. Here's my Create code:
4 Replies
If the Filament part is working not sure how we can help with this? You need to debug your Twilio implementation
Got it, but it's possible to integrate Twilio with Filament right?
Sure why not?
I'd probably use an Observer for this though
Gotcha, thanks for the tip