GitHub

DaffHubspotFormsInterface

Type

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

Interface for interacting with Hubspot Forms API.

interface DaffHubspotFormsInterface {
  submit(payload: Record<string, any>): any
}

() Methods

submit
any
Parameters
Parameterpayload: Record
Description