-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #157 from superfaceai/update/new-tools
update: new tools
- Loading branch information
Showing
7 changed files
with
96 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Affinity | ||
|
||
The Affinity tool for Superface allows you to quickly add the following capabilities: | ||
|
||
- Fetches all opportunities from Affinity meeting search criteria from the team's data. | ||
- Finds and retrieves organizations from Affinity's database. | ||
- Fetches all persons from Affinity meeting the search criteria. | ||
- Retrieve all fields and their values from Affinity for a specific organization, person or list entry. | ||
- Retrieve a specific list from Affinity by its name and obtain field values for its list entries. | ||
- Fetches a specific person from Affinity based on person ID. | ||
|
||
## Requirements | ||
|
||
You will need: | ||
|
||
- An [Affinity](https://www.affinity.co/) CRM account | ||
|
||
## Authentication | ||
|
||
This tool uses Basic Authentication. | ||
|
||
![The authentication for Affinity in Superface](/img/tools/tools-affinity-auth.png) | ||
|
||
Enter your personal username and password. This will authenticate the tool as you so it can take the same actions as you would within the CRM. | ||
|
||
Click on _Save Changes_ and the Affinity tool is ready to use. | ||
|
||
:::note Import your schema | ||
|
||
Remember to re-import the schema in your GPT to update it with the new capabilities added by this tool. | ||
|
||
::: | ||
|
||
## Example prompts | ||
|
||
To test that everything is working as it should be, from your GPT or the Superface Agent you can try asking: | ||
|
||
- Show me the details for the organization `<organization name>` | ||
- List all open opportunities from the past 7 days |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Greenhouse | ||
|
||
The Greenhouse tool for Superface allows you to quickly add the following capabilities: | ||
|
||
- Retrieve all jobs using the board ID, returning a list of jobs. | ||
- Retrieve specific job detail using the job ID. | ||
|
||
## Requirements | ||
|
||
You will need a [Greenhouse](https://www.greenhouse.com/) board or job ID. This can be found in the URL of a job board. | ||
|
||
For example: | ||
|
||
- The board ID in `https://boards.greenhouse.io/prefect/` is `prefect` | ||
- The job ID in `https://boards.greenhouse.io/techstars57/jobs/7117490002` is `7117490002` | ||
|
||
## Authentication | ||
|
||
This tool uses data for publicly available job boards powered by Greenhouse and does not require any authentication. | ||
|
||
:::note Import your schema | ||
|
||
Remember to re-import the schema in your GPT to update it with the new capabilities added by this tool. | ||
|
||
::: | ||
|
||
## Example prompts | ||
|
||
To test that everything is working as it should be, from your GPT or the Superface Agent you can try asking: | ||
|
||
- Show me all the jobs for board `<board id>`. | ||
- List all the jobs from board `<board id>` that are older than 60 days. | ||
- Show me the details for `<job id>` on from `<board id`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.