Notification and Communication
Pre-requisite
- The user has to be signed in to perform the following operations.
- The user should have an active pro-monitoring plan activated on the space.
Setting OTP to validate the user
To send an otp to a users phone to validate, The following method can be used:
request(required): The request object containing the phone number
Factory.proMonitoringService.sendOtp(request: PhoneNumber) -> IVPublisher<Void>