Mail Merge in MS Word document using Aspose.Words REST API not working

Hi,


Is there some issue with the executeTemplate service in the cloud API?

I’m trying to evaluate your services over the cloud API and the same call that worked for me yesterday doesn’t work today:
This is the request:
System.HttpRequest[Endpoint=https://api.aspose.com/v1.1/words/workSchedule.docx/executeTemplate?appSID=XXX&signature=XXXX, Method=POST]
Body = {“Meeting”:[{“supervisor_name”:"",“constructor_name”:""}]}

I use the same appSID and signature as yesterday and I tried passing and empty JSON and it still doesn’t work.
Please assist me so I can continue evaluating your platform.

Thanks,
Yishay

Hi Yishay,

Can you please also share your template file?

Best Regards,

Hi Muhammad,


the word is attached.

Thanks,
Yishay

Hi Muhammad,


another question in the same subject, I couldn’t find it in the documentation.
Is there a way to embed an image in the json (base64) instead of assuming that the image needs to be available as a file on your server?

Thanks again,
Yishay

Hi Yishay,

Passing image as base64 options is not available at the moment. Images need to be uploaded to Aspose for Cloud or any third party storage you are using, and then path should be passed in the request body.

We are investigating your template and will update you soon on your first query.

Best Regards,

Hi Muhammed,


Thanks, I done what you advice and it works.

Thanks,
Yishay