Status Updates

You can provide a webhook url to FTL Finance, which will be called when a registration is updated or completed. We will send a POST to the url you provide with the following data:

{
  id: string, // our internal ID for this lead
  email: string, // the owner's email
  status: string, // 'in-review' or 'complete'
  dealerID?: string // the ID after the contractor is registered
}