Jump to content

MJanssen

Hornbill Users
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

MJanssen's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Hello, I have a quick question. Is it also possible to create a system API key that is not linked to a user account? Hornbill Keysafe's general APIkeys are invalid for the API integrations (https://wiki.hornbill.com/index.php/Hornbill_KeySafe) Kind Regards, Menno Janssen
  2. @Daniel Dekel After you example i have succesfully requested an organization by a phone_number! However i do have some concerns for my usecase. We use Swyx to perform and receive calls. I am trying to integrate a 'Open organization page' button in our swyx software. so users can view the organization page (or get a list of organizations)of the current caller with the click of a button. This method however only provides a results for an exact phone number match. Currently in Hornbill it is possible to perform a search using a small part of a phone number in this filter field. as you can see in the bottom of the screenshot there a 4 matches. Is there any way that you know of, to call this functionality and return a list or page including these matches using the Hornbill API? Kind regards, Menno
  3. Hi, I'm wondering if anyone has any pointers on how the advancedSearch Input Parameter works as part of this operation: https://api.hornbill.com/apps/com.hornbill.servicemanager/?op=getOrganisationsList i'm am trying to retrieve organisations based on a phone number. The phone number is part of an object which is then serialized to a JSON String that outputs for example: {"h_phone_number":"123456789"} This is then given as a string for the input parameter advancedSearch. This gives me no errors, but also does not find any results. although the phone number is known for an organisation. Input XML: <methodCall service="apps/com.hornbill.servicemanager" method="getOrganisationsList"><params><rowstart>0</rowstart><limit>3</limit><advancedSearch>{"h_phone_number":"123456789"}</advancedSearch></params></methodCall> OutPut XML <?xml version="1.0" encoding="utf-8"?><methodCallResult status="ok"><params><organisations>[]</organisations><count>0</count></params><flowCodeDebugState><step>xxxxxxx</step><executionId>xxxxxxxx</executionId></flowCodeDebugState></methodCallResult> Any help would be greatly appreciated!
×
×
  • Create New...