submittedAgentContactForm
A user submitted a contact form to a specific agent.
A user submitted a contact form to a specific agent.
| Field | Type | Required | Description |
|---|---|---|---|
agentId | string | number | No | Your internal ID for this agent |
form | Yes | The form data submitted by the user |
1/* submittedAgentContactForm example */23var data = {4 "agentId": "721",5 "form": form6};78brytescore( "realestate.submittedAgentContactForm", data );
Updated July 25, 2026