Veterans Health Administration team, iMedConsent wants to collect Veterans consent for a medical treatment or a procedure by sending Veteran an SMS via VA Notify that would contain a link directing Veteran to a medical consent form where Veteran would submit their mobile signature.
To support this, we need to allocate a 10DLC number specifically for this SMS notification. We have 4 existing numbers in AWS, originally provisioned for VEText but currently unused, which should be repurposed for this team.
This ticket is focused on assigning one of these numbers for use in iMedConsent’s PROD environment.
[ ] Ticket is understood, and QA has been contacted (if the ticket has a QA label).
User Story(ies)
As a iMedConsent team member
I want to send Veterans an SMS when their medical procedure consent forms are ready
So that We can collect Veteran's consent/mobile signature for the procedure
As a VA Notify engineer
I want assign +12029727455 to iMedConsent's service on PROD
So that iMedConsent can send sms notifications from this dedicated number
Additional Info and Resources
Ksenia will do the following in AWS Console:
An opt-out list should be created for iMedConsent's notification, applicable to both staging and production environments.
Acceptance Criteria
[ ] Opt-out list is added to this number
[ ] Create a SMS sender for +12029727455 number for iMedConsent service on PROD
Use POST {{notification-api-url}}/service/{{service-id}}/sms-sendercreate sms sender route to create a number, check to see if any rate_limit needs to be added
prod payload
{
"sms_sender": "+12029727455",
"provider_id": "253d81ee-2004-43ae-9ed9-b2e80858eb66",
"description": "<check with @kbelikova-oddball for what the description should be>",
"is_default": true
}
Verify with GET {{notification-api-url}}/service/{{service-id}}/sms-sender that the number was correctly created/updated
[ ] Share sms_sender_id with iMedConsent to use on PROD
[ ] This work is added to the sprint review slide deck (key win bullet point and demo slide)
User Story - Business Need
Veterans Health Administration team, iMedConsent wants to collect Veterans consent for a medical treatment or a procedure by sending Veteran an SMS via VA Notify that would contain a link directing Veteran to a medical consent form where Veteran would submit their mobile signature.
To support this, we need to allocate a 10DLC number specifically for this SMS notification. We have 4 existing numbers in AWS, originally provisioned for VEText but currently unused, which should be repurposed for this team. This ticket is focused on assigning one of these numbers for use in iMedConsent’s PROD environment.
User Story(ies)
As a iMedConsent team member I want to send Veterans an SMS when their medical procedure consent forms are ready So that We can collect Veteran's consent/mobile signature for the procedure
As a VA Notify engineer I want assign +12029727455 to iMedConsent's service on PROD So that iMedConsent can send sms notifications from this dedicated number
Additional Info and Resources
Ksenia will do the following in AWS Console:
Acceptance Criteria
[ ] Opt-out list is added to this number
[ ] Create a SMS sender for +12029727455 number for iMedConsent service on PROD
Use POST
{{notification-api-url}}/service/{{service-id}}/sms-sender
create sms sender route to create a number, check to see if any rate_limit needs to be addedprod payload
Verify with GET
{{notification-api-url}}/service/{{service-id}}/sms-sender
that the number was correctly created/updated[ ] Share sms_sender_id with iMedConsent to use on PROD
[ ] This work is added to the sprint review slide deck (key win bullet point and demo slide)
QA Considerations
Potential Dependencies
Potential Dependencies