Discussions

Ask a Question

Syncing Schedule

Hi, I am trying to see if I can sync my exchange calendar with Humanity calendar for a user. How do I do that?

Finding position and skill association via API

Hi, I am trying to verify that all positions or shifts have a particular set of skills associated with them. Initially I used the endpoint: <https://www.humanity.com/api/v2/shifts?mode=overview&start_date=2019-01-01&end_date=2019-03-20&filter_by_skill=82456,82457&access_token=><my-token> But the results fetched here do not match or get confirmation with our team working on Humanity UI and they show me the skill association page as per following snapshot. Is there any endpoint or some way to see which positions have what skill associated with them or something like this. ![](https://files.readme.io/8b1e24a-image.png) Thanks in Advance.

I have 2 jobs that both use humanity

Is there a way I can have two accounts for humanity

Salesforce Integration

Hi i am wondering are there any integrations between humanity and salesforce objects. I have a number of people scheduled for hours on campaigns in Humanity but would like a way of getting this information in realtime through to how many hours is scheduled into salesforce?

Can the API rate limit be increased?

We are creating shifts for an entire year at once via the API, which causes a "Throttle exceeded" error sometimes. Is it possible to increase our rate limit?

Web hooks on road map?

After reviewing the reference materials I don't see support for Web Hooks. This would be a great feature to offer and probably not a huge level of effort to implement Our use case requirement is for confirmed (approved) timesheets. I time sheet approval would trigger a call to an endpoint (RestFul URI) where we implement payroll processing actions. Thanks for your consideration Joe

How do I integrate humanity on my website?

Hi there, I want to integrate humanity on to my [website](https://wetrackcourier.com/saia-tracking/). Which will enable the customers to access humanity platform seamlessly from the site. Can some one let me know how to do that?

different response formats in messages>receivers>individuals

Messages endpoint, the example in the docs state the receivers>individuals is supposed to be an array of strings. When querying however, it is returning a mix of string arrays and keyvaluepair objects. "individuals": [ "######", "######" ] "individuals": { "0": "######", "1": "######", "2": "######", "3": "######" } What's the difference between these two response types?

How to access the project attached to a subrental

Hi There, If we have a subrental that is attached to a project, how can we use the API to get the project for a given subrental ID? Thanks, - Kye

New Shift Planning repeat option available via API?

If you repeat a shift through New Shift Planning interface, it shows: "Every week on Monday until 02/01/2024" Trying to repeat shifts weekly via the API. repeat: 7 (weekly) repeat_until: 2024-02-01 repeats_staff: 2 (with employees) The shift is repeated, but New Shift Planning just shows "Repeat Options" and is greyed out instead of providing any details. The same happens if I create the repeat through Legacy Shift Planning. Legacy Shift Planning Shows Repeats 5 times [Weekly] for the ones created through API and Legacy Shift Planning. I did notice that legacy shift planning shows Repeats 5 times [ Weekly *new ] instead of Repeats 5 times [Weekly] on, so it seems like a new repeat option was added in New Shift Planning. Is that new repeat option available through the API? Also checking with support to see why it isn't displaying the legacy options in new SP.