Discussions

Ask a Question

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?

Other Lessons I Learned from My Mistakes

It may take little time to get where you want to be, but if you pause and think for a moment, you will notice that you are no longer where you were. Do not stop—keep going [snake game](https://snake-game.io).

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.

report showing open shifts, and who bid on what

Hello, I understand there currently is no report showing open shifts, and what staff members bid on what shift. This information, along with the ability to analyze and summarize "counts" would be valuable for supervisors in my group to determine who "wins" each open shift. Outside of waiting for a feature request to be fulfilled, could this information be obtained through API access? If so, could we take this further and make changes over API? Thank you