Skip to main content
Best answer

How do we automatically update HubSpot custom objects based on FastBill invoice status changes?

  • November 23, 2023
  • 1 reply
  • 42 views

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.

Best answer by Troy Tessalone

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.

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • Answer
  • November 23, 2023

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.