You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workflow: Handle the callback calls with the delivery report from SMS provider
A part of the API is a callback from the SMS provider with a delivery report. This must be handled and reported back to the central application for storage.
The content you are editing has changed. Please copy your edits and refresh the page.
Description
This epic builds on the changes in epic #148 and will be adding mechanisms to support SMS notifications.
Will support sending an SMS from Altinn to a known mobile number.
Issues out of scope:
Notifications microservice
Workflow: Order placement for SMS notification
New endpoint for taking an order request an ensuring that the order is stored correctly for processing.
Tasks
Workflow: Processing past due orders
Job that can pick up orders that have a requested send time that require processing. Splitting an order into notifications.
Tasks
Acceptance criteria
Workflow: Processing new SMS
Job that can pick up SMS notifications from the database and produce SMS requests to Kafka Topic
Tasks
Acceptance criteria
Workflow: Recording send status and results
Logic that can read from Kafka and pick up the status and/result of an SMS sending in order to handle the result and persisting it to the database
Tasks
Workflow: Get order by ID
Expand endpoint to include SMS related details like texts and phone number
Tasks
Workflow: Get order with status
Expand endpoint to include status for SMS orders.
Tasks
/orders/{id}/status
) #356/orders/{id}/status
) #358Workflow: Get SMS notification summary
Introduce endpoint for reporting status for sms notitifcations related to a single orderorders.
Tasks
TC05_GetSmsNotificationSummary(data, id);
to regressoin + use case #428Notifications SMS microservice
Project setup & CI/CD
Tasks
Workflow: Send SMS @tba76
Triggered by new messages on a Kafka Topic. Send SMS
Tasks
Workflow: Report back the result of sending SMS
Report back the result of to the central application through a Kafka topic.
Tasks
Workflow: Handle the callback calls with the delivery report from SMS provider
A part of the API is a callback from the SMS provider with a delivery report. This must be handled and reported back to the central application for storage.
Tasks
The text was updated successfully, but these errors were encountered: