submittedAgentContactForm

A user submitted a contact form to a specific agent.

A user submitted a contact form to a specific agent.

FieldTypeRequiredDescription
agentIdstring | numberNo

Your internal ID for this agent

formYes

The form data submitted by the user

1/* submittedAgentContactForm example */
2
3var data = {
4 "agentId": "721",
5 "form": form
6};
7
8brytescore( "realestate.submittedAgentContactForm", data );

Updated July 25, 2026