Hi there,
I am currently trying to set a parameter value using the backend API, and then use the API to send an email via the model’s exports.
I have tried following this tutorial: https://documenter.getpostman.com/view/2947303/SW7UcWZw#2c30a02b-66ba-4cb3-a864-267a2a26eda4
and this tutorial: https://documenter.getpostman.com/view/2947303/SVzua1WT#fcffb58b-cd27-4567-a686-5ca1728f6d4d
Following both I have only been able to get the session to initialise and return all the actions, templates etc. but have not been able to proceed any further.
See below an example post request to change a parameter value, this request returns 200 OK but does not change the value I am specifying in the body…
I even tried calling my export with it’s default values but still could not get this to return anything meaningful / useful.
I was wondering if anyone could help with my problem?
Thanks in advance.