Discussions

Ask a Question

How to add dialogue box on my website?

I just want to add a dialogue on my website, which is related to Shein Order Tracking so that our representatives can discuss their issues with us instead of using third-party apps. <a href="https://www.thecouriertracker.com/shein-order-tracking/">Shein Order Tracking</a>

Integration with EMR(Electronics Medical Record) Application

Dear Team, We would like to integrate the EMR application with Humanity. It would be a one way message transfer from humanity to EMR Application and not other way. So Basically we want to sync the schedules of doctor from humanity to our EMR application. On EMR they want to receive Staff Name, ID and License Number, Start and End Date of the Leave. Weekly offs. Please note that some employees have their weekly off on other days of the week depending on their availabilities. Can you please let us know the pricings for the integrations and the possibility of the above integrations. Thanks Hashim +971582882669

Help in my blog

i am start new blog any one expert plz share your experience in mu blog for good work <a href="https://trackmytcs.com/">tcs tracking pk</a>

Employee Manage Positions guide

Hi, It seems that the documentation provided at: https://platform.humanity.com/reference/post-employee-manage-positions is outdated or incorrect because if I use the same url format as specified there with my own specific token and employee id, 'https://www.humanity.com/api/v2/employee_id/manage-positions?access_token=abcxyz&employee_id=123' \ it responds as "resource not found" However, after doing a few manipulations and some other discussion forum guidelines, the corret format seems to be the following: 'https://www.humanity.com/api/v2/employees/123/manage-positions?access_token=abcxyz' Please update the reference documentation for both the GET / POST requests so it works smoothly for new users.

How to integrate platform humanity on website?

Hi, Hope everyone is fine, I want to integrate platform humanity on my <a href="https://easytrackings.com/ceva-tracking/">website</a>. So that visitor can get access to platform humanity from my site. Let me know if I can do this.

How to add Open Discussion Forum on Website?

I just want to add Open Discussion forum on my website, which is related to <a href="https://trackingsinfo.com/hellofresh-order-tracking/">hellofresh order tracking</a> so that our support members and clients discuss their issues directly instead of using any other app such as skype and zoom.

How to add Open Discussion Forum on my Website

I just want to add Open Discussion forum on my website, which is related to <a href="https://trackingsinfo.com/hellofresh-order-tracking/">hellofresh order tracking</a> so that our support members and clients discuss their issues directly instead of using any other app such as skype and zoom. <a href="https://trackingsinfo.com/hellofresh-order-tracking/">hellofresh order tracking</a>

Generating API keys that last longer than 2 weeks

Hey team, I wonder if you can help advise on how we can generate an API key that lasts longer than 2 weeks?. We currently have our Humanity app integrated with our Salesforce app but unfortunately, I can't find any way to generate an API key that lasts longer than 2 weeks meaning our integration breaks every two weeks. I did check the documentation but perhaps I'm missing something. Looking forward to hearing from someone

post request from app script

Hi team! I have a code in JS - fetch library, i tried to run it in the app script of google sheets, but it fails and gives me an error : ReferenceError: URLSearchParams is not defined here is my code: function Humanity() { const options = { method: 'POST', headers: { accept: 'application/json', 'content-type': 'application/x-www-form-urlencoded' }, body: new URLSearchParams({ start_time: '04:00', end_time: '05:00', start_date: 'Oct 14, 2022', end_date: 'Oct 14, 2022', schedule: '2951815' }) }; fetch('https://www.humanity.com/api/v2/shifts?access_token=xxx', options) .then(response => response.json()) .then(response => console.log(response)) .catch(err => console.error(err)); } how to make it work from app script?

Finding whether an employee logged-in via SSO

Hi, I wanted to see if there are any endpoints offered by Humanity API where we can see if an employee signed in to Humanity UI with SSO or not? I did try some endpoints like https://platform.humanity.com/reference/get-onnow but could not find any such info... Thanks.