PipedreamHQ / PipedreamHQ/pipedream

[Components] tidyhq

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

Description

# tidyhq
## URLs
## Polling Sources
### new-contact-activated-instant
#### Prompt
Emit new event when a contact has been created either manually or automatically. No props are required.
### new-contact-added-to-group-instant
#### Prompt
Emit new event when a contact has been added to a group. Required props: Group name. Optional props: Contact Details.
### new-event-activated-instant
#### Prompt
Emit new event when an event is published. Required props: Event details. Optional props: Publish date and time.
## Actions
### add-contact-note
#### Prompt
Add a note to a contact using the provided unique identifier (Tidy-Assigned Identifier) generated by TidyHQ. Required props include 'contact_id' (Tidy-Assigned Identifier) and 'note_content' (the content of the note).
### find-contact
#### Prompt
Search for a contact using provided information. Returns the contact's details along with the unique identifier (Tidy-Assigned Identifier) generated by TidyHQ. Required props include 'contact_info' (information about the contact).
### create-contact
#### Prompt
Creates a new contact. The action requires detailed information about the new contact. Required props include 'contact_details' (information about the new contact to create).

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.