import { DaffHubspotFormsInterface } from '@daffodil/driver/hubspot'
Interface for interacting with Hubspot Forms API.
interface DaffHubspotFormsInterface {
submit(payload: Record<string, any>): Observable<HubspotResponse>
}
Observable<HubspotResponse>
Parameter | payload: Record |
---|---|
Description |