Syntax to POST a MEDIA from Zoho CRM to Wordpress Media Libray (Zoho Deluge)
Hi,
I try to post a picture from a product from Zoho CRM to Worpdress Media Library.
This is what i'm doing but i have an error :
Execution exception : 'Error due to - 'Internal Exception'' - picture= ifnull(prodDetails.get("picture"),"");
- map = Map();
- map.put("title",title);
- map.put("alt_text",title);
- response = invokeUrl [
- url : "https://mywordpress.com/wp-json/wp/v2/media"
- type : POST
- files : picture
- parameters : map
- connection : "my_connection"
- ];
I know that my connection is ok because i'm able to POST some wordpress post with it.
Any idea ?
Thanks ?