Am using UrlFetchApp fetch to post to Zoho Creator's API.
I obtain the correct response however, after the post is completed the Zoho Creator platform displays the session as active.
This is not desirable as Zoho will only allow a limited number of active sessions before their API stops responding to posts.
Does anyone have any experience or suggestions on how to implement a "close" session after using UrlFetchApp.
Thanks