PreFilledForm

constructor(name: String = "", subject: String = "", message: String = "", customFieldValues: Map<Int, String> = mutableMapOf(), attachments: List<String> = emptyList(), email: String = "")

Parameters

name

The user's name

subject

The subject of the Conversation that will be created in Help Scout

email

The user's email address

message

The message body

customFieldValues

Map of custom field IDs and values

attachments

List of URIs that will be automatically attached to the Messaging Contact form (maximum 3)