Skip to main content

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.

Hi @dbeis 

Good question.

You will likely need to explore using FastBill webhooks: https://apidocs.fastbill.com/fastbill/de/webhooks.html#create

Zap trigger: Webhook - Catch Hook

This will generate a unique webhook URL to use.