Soliditech icon

Soliditech

Consume Soliditech API (v.0.2.10)

Overview

This node interacts with the Soliditech API to update an existing activity related to an opportunity. It is useful in scenarios where users need to modify details of an activity such as changing the scheduled done date or updating the activity text within a sales or customer opportunity management process.

Use Case Examples

  1. Updating the scheduled completion date of a sales activity to reflect a new deadline.
  2. Modifying the descriptive text of an activity to provide updated information or notes.

Properties

Name Meaning
Activity ID The unique identifier of the activity to be updated.
Additional Fields Optional fields to update on the activity, such as Scheduled Done Date and Text.
Simplify Output Whether to simplify the output data returned by the node.
Simplify Path The path to the property in the response that should be returned when output is simplified.

Output

JSON

  • result - The main result data from the API response after updating the activity.

Dependencies

  • Requires an API key credential for authenticating with the Soliditech API.

Troubleshooting

  • Ensure the Activity ID is valid and corresponds to an existing activity; otherwise, the API may return an error.
  • If using JSON parameters, ensure the JSON is a valid object to avoid parameter parsing errors.
  • If the node throws an error about missing binary data, verify that the specified binary property exists and contains data.
  • Check that the API credentials are correctly configured and have the necessary permissions to update activities.

Discussion