GitHub

DaffHubspotFormsService

import { DaffHubspotFormsService } from '@daffodil/driver/hubspot'

Service for interacting with Hubspot Forms API.

class DaffHubspotFormsService implements DaffHubspotFormsInterface {
  submit(payload: Record<string, any>): Observable<HubspotResponse>
}