Actaport icon

Actaport

Interact with Actaport API. Actaport is a cloud-based legal practice management software that provides digital law office tools for case management, communication, and practice administration.

Actions29

Overview

This node integrates with the Actaport API, a cloud-based legal practice management software. Specifically, the "Kontakt" resource with the "Get" operation allows users to retrieve detailed information about a single contact by its unique ID.

Typical use cases include:

  • Fetching contact details to display or process in workflows.
  • Integrating contact data into other systems or automations.
  • Validating or enriching contact information during case or task management.

For example, a law firm could use this node to automatically pull client contact details when processing a new case or sending communications.

Properties

Name Meaning
Kontakt ID The unique identifier of the contact to retrieve. This is a required string input.

Output

The node outputs the JSON response from the Actaport API representing the contact's data. This typically includes all available fields for the contact such as name, address, email addresses, phone numbers, and other metadata managed within Actaport.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the Actaport API.
  • The base URL for the API must be configured in the credentials.
  • The node sends a GET request to the endpoint /kontakte/{kontaktId} where {kontaktId} is the provided contact ID.

Troubleshooting

  • Missing or invalid Kontakt ID: The node requires a valid contact ID. Ensure the ID is correct and exists in Actaport.
  • Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
  • Network or API errors: Check connectivity and Actaport service status if requests fail.
  • Unexpected response structure: If the API changes, the output format may differ; verify against Actaport API documentation.

Links and References

  • Actaport Official Website
  • Actaport API documentation (not publicly linked here; refer to your Actaport account or developer resources)

Discussion