Forum Discussion
ScottL
12 days agoContributor 2
I wonder if there are any programmers here that could answer a question regarding building a messaging client and follow/unfollow tool on top of Jobber. Some facts as I understand them:
- Every unique client, request, quote, job, invoice, payment in Jobber has it's own unique URL
- I'm trying to train our team to copy/paste these URLs in their e-mails, Google chats, etc. to save time instead of typing out client names, job numbers, etc, for direct access to those URL. Have not had any success yet.
- Jobber users DO NOT have a unique URL associated with their account, but do have a unique email address
- The Jobber Activity Feed IS somehow keeping track of every manipulation of some unique URL data object in a Jobber instance. It's missing the URL links (seems like that could be a VERY easy enhancement for the Jobber developers.)
Is it possible to use these three facts, for perhaps a Python or JS or other code to run outside of Jobber - and have three simple tools in it's UX/UI:
1. Follow this URL.
2 Unfollow this URL.
3. @mention this URL to (with a list of a picklist of email addresses ).
The first two would amount to a filter, unfilter of the activity feed that notifies the interested or no longer interested party of the activity. The third would integrate the first two into an email or google chat, with the details of the activity feed that are already in the feed.
Anyone?