Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Liebmann committed Oct 27, 2024
1 parent 7f1e40a commit 15e38b5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Pipedrive

Read and write content to your Pipedrive CRM
Connery plugin for Pipedrive. Its purpose is to retrieve information from Pipedrive.

The plugin currently contains one action: `getPipedriveLeadOrDealInfo`.

- Allows you to search for a lead or deal by name and retrieve detailed information about it.
- Optionally, you can provide instructions for for the Connery assistant on how to handle the content.
- This can be useful if the table contains additional information that should not be used for answering the question.
- It can also be used to provide more context or output formatting instructions.
- The action returns a JSON object with the lead or deal information. Very long content is truncated to 90,000 characters.

## Repository structure

Expand Down

0 comments on commit 15e38b5

Please sign in to comment.