EFL
EflClient

sendContactForm

Sends lead or contact data related to the leasing process.

sendContactForm() submits contact/lead information to the EFL API. It wraps LeadApiClient::sendContactForm().

All methods on EflClient may throw:

Method signature

public function sendContactForm(
    string $transactionId,
    ContactData $contactData,
    string $bearerToken
): void

Parameters

NameTypeRequiredDescription
transactionIdstringYesIdentifier of the transaction associated with the lead.
contactDataContactDataYesLead/contact data payload.
bearerTokenstringYesBearer token.

Return value

  • Type: void – failures are reported via exceptions.