Aderant API with Integration Builder

  • 479 Views
  • Last Post 24 July 2024
  • Discussion Is Solved
Ruben Edouard posted this 23 July 2024

 

I am currently working on developing an Integration Builder rule that will call an Aderant API to import Timecards into Aderant. However, I am struggling to determine which authentication protocol to use and how to configure it.  Integration Builder currently offers two Authentication Types: 1) Username/Password and 2) OAuth2. For those who have successfully called the API from Integration Builder, how did you establish the connections? Could you please share a sample of the setup commands?

Any guidance would be greatly appreciated.

 

 

 

Order By: Default | Newest | Votes
Hamish McDonald posted this 23 July 2024

Hi Ruben

We have been using the ClientMatter API with Integration builder for the last 2 years or so, I assume the Time API works the same way though I have not used it. It is just set up to authenticate with username/password (using a domain account that has been given the right API permission in Security Manager). 

Though when I click the "Test" button in the datasource editor in IB, it does fail the test (with 405 Not Allowed response) - but the datasource works fine anyway when it is called from a rule.


  • Liked by
  • Ruben Edouard
  • Dianne Archbold
Ruben Edouard posted this 24 July 2024

Thank you very much, Hamish!   This is what I was looking for.

Close