feat: Integrate Twilio WhatsApp ProfileName for contact name resolution (#12122)

- Update existing contacts retroactively when ProfileName is available
- Only update contacts whose names exactly match their phone numbers
This commit is contained in:
Muhsin Keloth
2025-08-07 12:53:39 +05:30
committed by GitHub
parent ca13664ef9
commit f984d745e7
3 changed files with 94 additions and 1 deletions

View File

@@ -30,7 +30,8 @@ class Twilio::CallbackController < ApplicationController
:NumMedia,
:Latitude,
:Longitude,
:MessageType
:MessageType,
:ProfileName
)
end
end