Hi,
Is it possible that the WEB URL of the push notification contains a phone number and when I click on it I dial that number?
Regards,
Diego P.
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
@dparraabad It should be handled by the application when the URL is passed with parameters to land on the dial section with the phone number.
Would it be a different URL for IOS and Android?
조회 수
답글
좋아요 수
@dparraabad You can have deeplink while defining the push message and when the customer clicks on the link take them to phone dial with the number. Consider encrypting the phone number while passing. Need to handle that in the app when the customer clicks the link. Maybe using a similar approach outlined here.
조회 수
답글
좋아요 수
Hi SatheeskannaK,
Can you give me an example?
Regards,
Diego P.
조회 수
답글
좋아요 수
@dparraabad It should be handled by the application when the URL is passed with parameters to land on the dial section with the phone number.