Hi @Jonathan,
Thank you for posting the dummy load. It’s impossible to figure this out from the documentation/SWAGGER UI. Though I was able to make the SMAT search work, I am still having a hard time figuring out the resend API.
I want to resend a single message through resend API. Would I be able to do that?
Here are the steps I am doing:
1. Getting list of messages (base64 encoded strings) from retrieve API.
2. Copying and pasting one of the messages metadata to resend.
Note that I don’t want to resend complete SMAT. I just want to send a single message which I am passing through base64 encoded string parameter.
Please help me with this.