I ran an issue when trying to match a request to api.intercom.com.
api.intercom.io consistently gets changed to api.inter(class) when set as a variable and used in the UrlFetchApp call but it displays as api.intercom.io in the Logger.log output.
Screenshots:



Is there a way to stop this from happening?
It only looks "as if"
com.iois changed to(class). The error is just visual and has nothing to do with whyUrlfetchis NOT working. Use Stackdriver logging:console.log()for accurate representation of the string.Related Questions: