Hello.
I want to make an automation to update Hubspot based on Fastbill.
Specifically i want to update a Hubspot custom object on a Fastbill Invoice update.
The trigger i want to use is the status which is related to INVOICE fields:
- IS_CANCELED became true (cancelled state)
- DUE_DATE is before current date (overdue state)
- PAID_DATE is updated (paid state)
- INVOICE_NUMBER is updated (open state)
- default state is draft.
I think this is not possible at the moment. Do you think there is some way to do it?
Thank you.