PipedreamHQ / PipedreamHQ/pipedream

[Components] jeffreyai

Open
#13,405 1 comment 0 reactions 0 assignees View on GitHub
blocked triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

# jeffreyai
## URLs
## Polling Sources
### new-contact
#### Prompt
Emit new event when a contact is added to JeffreyAI. No required props, optional prop includes 'Name' of the new contact.
### new-opportunity
#### Prompt
Emit new event when a new opportunity is added to JeffreyAI. Required props: 'Opportunity Name', 'Opportunity Value'. Optional props: 'Opportunity Description'.
### new-organisation
#### Prompt
Emit new event when a new organisation is added to JeffreyAI. Required props: 'Organisation Name'. Optional props: 'Organisation Description'.
## Actions
### add-contact-group
#### Prompt
Adds a new contact linked with a group in JeffreyAI. The required props for this action are 'contact_name' and 'group_name'. An optional prop might be 'contact_details', where additional information about the contact could be stored.
### edit-contact
#### Prompt
Allows you to update the details of an existing contact in JeffreyAI. The 'contact_id' prop is mandatory for this operation, while the rest of the contact details props are optional, and can be used according to necessity.
### add-opportunity
#### Prompt
Enables you to add a new opportunity in JeffreyAI. It requires the props 'opportunity_name' and 'opportunity_details'. As an optional prop, 'linked_contact_id' serve for associating an opportunity with a specific contact.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.