-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
triagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Description
specific
URLs
Webhook Sources
new-contact-instant
Prompt
Emits new event whenever a new contact is created. The trigger requires no props.
URLs
- https://public-api.specific.app/docs/types/Query
- https://public-api.specific.app/docs/types/WebhookCreateInput
new-conversation-instant
Prompt
Emits new event whenever a new conversation is initiated. The trigger requires no props.
URLs
- https://public-api.specific.app/docs/types/Query
- https://public-api.specific.app/docs/types/WebhookCreateInput
Actions
create-conversation
Prompt
Initialise a fresh chat thread. Requires 'user-id' prop to identify the conversation's owner. Optional 'title' prop can provide a conversation's subject line.
URLs
update-create-contact
Prompt
Modify an existing contact details or create a new one if the specified contact does not exist. Mandatory props are 'contact-id' and 'contact-info'. Contact-info should contain the updated details.
URLs
- https://public-api.specific.app/docs/types/Contact
- https://public-api.specific.app/docs/types/ContactCreateInput
- https://public-api.specific.app/docs/types/ContactUpdateInput
find-company
Prompt
Retrieve details of a specified company. The 'company-id' prop is required to identify the targeted company.
URLs
Metadata
Metadata
Assignees
Labels
triagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee