ADVBOX icon

ADVBOX

Consume Advbox API

Actions14

Overview

This node integrates with the Advbox API to manage legal case movements. Specifically, the "Movement - Create" operation allows users to create a new manual movement entry related to a lawsuit. This is useful for legal professionals or case managers who want to log updates, events, or actions taken on a specific lawsuit within their workflow automation.

Typical use cases include:

  • Recording procedural steps or status changes in a lawsuit.
  • Logging manual notes or descriptions of movements related to a legal case.
  • Automating the tracking of lawsuit progress by creating movement records programmatically.

For example, a user can automate the creation of a movement entry whenever a new event occurs in a lawsuit, such as a court hearing or document submission, by providing the lawsuit ID, date, and description of the movement.

Properties

Name Meaning
Lawsuit ID The identifier of the lawsuit (legal case) to which this movement relates.
Data do Movimento (Date) The date of the movement in the format DD/MM/YYYY.
Descrição (Description) A textual description detailing the nature or content of the movement.

Output

The node outputs JSON data representing the response from the Advbox API after creating the movement. This typically includes details of the newly created movement record, such as its ID, associated lawsuit ID, date, description, timestamps, and any other metadata returned by the API.

No binary data output is involved in this operation.

Dependencies

  • Requires an API key credential for authenticating with the Advbox API.
  • The node expects the Advbox API URL and token to be configured in the credentials.
  • Network access to the Advbox API endpoint is necessary.
  • No additional external services are required beyond the Advbox API.

Troubleshooting

  • Missing or invalid API token: The node will throw an error if the API token is not provided or invalid. Ensure that the API key credential is correctly set up.
  • Invalid API URL: If the API URL is missing or malformed, requests will fail. Verify the API URL in the credentials.
  • Incorrect date format: The "Data do Movimento" must be in DD/MM/YYYY format. Using an incorrect format may cause the API to reject the request.
  • Required fields missing: All three properties (Lawsuit ID, Date, Description) are mandatory. Omitting any will result in errors.
  • API request failures: Network issues or API downtime can cause request failures. Check connectivity and Advbox service status.
  • Error messages from API: The node surfaces error messages returned by the Advbox API. Review these messages for clues on what went wrong (e.g., invalid lawsuit ID).

Links and References


If you need further details about other operations or resources, feel free to ask!

Discussion