Frequently Asked Questions

Q: How will I know if there's an error when a user starts using my script?
A: If there is ever a javascript error, we will send you (the script author) an email with a detailed explanation. Also if you would like, you can add a sendEmail call within your script to see how well it's working.

Q: Can I update the text of the emails the user receives?
A: Sorry, at this time that can not be updated for each script. We may add this functionality in the future.

Q: When connecting to a site using OAuth2, what if they require an IP address?
A: In order for your app to continue running whenever Obindo makes internal updates, we suggest using the IP range 0.0.0.0/0 which will work for all IP addresses.

Q: Can I include my own javascript libraries in my script?
A: As of this time, no. We would like to add that functionality at some point, as well as the possibility of storing your own libraries which can be used across inboxes.

We want to make script-writing as easy as possible. If you find yourself pasting the same code across several scripts, or find a large omission in our utility methods, please let us know and we'll see what we can do. Thanks.