Hello,
I get the error "Execution Failed" while trying the following code:
params = {"sessionMembers":{"emailId":"#####","sessionId":"######","role":3,"source":1}};
file_variable = invokeurl
[
url :"https://showtime.zoho.eu/api/v4/#######/sessionMembers.json"
type :POST
parameters : params
connection:"creator_oauth_connection"
];
info file_variable;