You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
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
The text was updated successfully, but these errors were encountered: