Describe the feature.
Is your feature related to a problem? Please describe.
When developing and testing locally, a happy-path scenario often does not require SC/SP.
When working on something where failure needs to be tested, arguably always, SC/SP are involved to go through the same experience that support/operations teams would go through. When testing certain scenarios, it's useful to export messages from ServicePulse, modify them, and retry them. ServicePulse offers an edit-and-retry functionality, but it's limited to one message at a time, which is not ideal during development and testing.
Describe the requested feature
Ideally, it should be possible to load a batch of manually edited messages and retry them in ServicePulse.
Describe alternatives you've considered
Use a different tool for this type of testing
Additional Context
No response