Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Components] the_bookie #13973

Closed
pipedream-component-development opened this issue Sep 17, 2024 · 1 comment · Fixed by #13995
Closed

[Components] the_bookie #13973

pipedream-component-development opened this issue Sep 17, 2024 · 1 comment · Fixed by #13995
Assignees
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee

Comments

@pipedream-component-development
Copy link
Collaborator

the_bookie

URLs

Polling Sources

new-contact-updated-instant

Prompt

Emit new event when a contact is created or updated. Required props: address book ID, contact ID.

URLs

new-invoice-paid-instant

Prompt

Emit new event when the state of an invoice is changed to 'paid'. Required props: invoice ID.

URLs

new-invoice-created-instant

Prompt

Emit new event when a new invoice is created. Required props: invoice ID, optional: customer ID to whom it belongs.

URLs

Actions

create-contact

Prompt

Instantly creates a new contact in the address book, requires name, email, and phone number as required props, while the address and any extra notes are optional.

URLs

create-sales-invoice

Prompt

Creates a new sales invoice. Required props include invoice number, client identifier, product or service details. Additional but optional props could be applied discounts, tax information, due date, and payment terms.

URLs

find-or-create-contact

Prompt

Searches for a contact from the address book, if not found, creates a new contact. Name, email, and phone number are used to conduct the search and are therefore required props. The address and extra notes are optional props.

URLs

@luancazarine luancazarine self-assigned this Sep 18, 2024
@vunguyenhung vunguyenhung added the triaged For maintainers: This issue has been triaged by a Pipedream employee label Sep 19, 2024
luancazarine added a commit that referenced this issue Sep 19, 2024
Actions
 - Create Contact
 - Create Sales Invoice
 - Find Contacts

Sources
 - New Contact Created
 - New Invoice Created
 - New Invoice Paid
@vunguyenhung
Copy link
Collaborator

Hi everyone, all test cases are passed! Ready for release!

Test report
https://vunguyenhung.notion.site/Components-the_bookie-10bbf548bb5e81909ceaca6b9202fd87

luancazarine added a commit that referenced this issue Sep 25, 2024
* the_bookie init

* [Components] the_bookie #13973
Actions
 - Create Contact
 - Create Sales Invoice
 - Find Contacts

Sources
 - New Contact Created
 - New Invoice Created
 - New Invoice Paid

* pnpm update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee
Projects
Development

Successfully merging a pull request may close this issue.

3 participants