We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Emit new event when a brand new client is created. No props are required to configure this trigger.
Emit new event when a new invoice is created. No props are required to configure this trigger.
Emit new event each time a new item is added. No props are required to configure this trigger.
Adds a new contact to 'Alegra. Props required include: 'name'. Optional props could be 'identification', 'address', 'city', 'phonePrimary', 'phoneSecondary', 'mobile', 'seller', 'priceList', 'term', 'email', 'type', 'status', 'fax', 'debtToPay', 'accountReceivable', 'internalContacts', 'ignoreRepeated' and 'statementAttached'. Props 'seller', 'priceList' and 'term' have async options.
Generates a new invoice in 'Alegra. Required props include: 'items', 'dueDate', 'date' and 'client'. Optional props could be 'status', 'numberTemplateId', 'numberTemplatePrefix', 'numberTemplateNumber', 'payments', 'estimate', 'termsConditions', 'anotation', 'observations', 'seller ', 'priceList', 'currency', 'retentions', 'warehouse', 'remissions', 'costCenter', 'comments', 'periodicity'. Props 'seller' and 'priceList' have async props.
Searches for an existing contact in 'Alegra. The query to find the contact is a required prop. This could be through email, phone number, or name.
The text was updated successfully, but these errors were encountered:
luancazarine
Successfully merging a pull request may close this issue.
alegra
URLs
Webhook Sources
new-client
Prompt
Emit new event when a brand new client is created. No props are required to configure this trigger.
URLs
new-invoice
Prompt
Emit new event when a new invoice is created. No props are required to configure this trigger.
URLs
new-item
Prompt
Emit new event each time a new item is added. No props are required to configure this trigger.
URLs
Actions
create-contact
Prompt
Adds a new contact to 'Alegra. Props required include: 'name'. Optional props could be 'identification', 'address', 'city', 'phonePrimary', 'phoneSecondary', 'mobile', 'seller', 'priceList', 'term', 'email', 'type', 'status', 'fax', 'debtToPay', 'accountReceivable', 'internalContacts', 'ignoreRepeated' and 'statementAttached'. Props 'seller', 'priceList' and 'term' have async options.
URLs
create-invoice
Prompt
Generates a new invoice in 'Alegra. Required props include: 'items', 'dueDate', 'date' and 'client'. Optional props could be 'status', 'numberTemplateId', 'numberTemplatePrefix', 'numberTemplateNumber', 'payments', 'estimate', 'termsConditions', 'anotation', 'observations', 'seller
', 'priceList', 'currency', 'retentions', 'warehouse', 'remissions', 'costCenter', 'comments', 'periodicity'. Props 'seller' and 'priceList' have async props.
URLs
find-contact
Prompt
Searches for an existing contact in 'Alegra. The query to find the contact is a required prop. This could be through email, phone number, or name.
URLs
The text was updated successfully, but these errors were encountered: