Mutations
sendForm
Send a customer facing form to an email.
mutation SendForm($where: SendFormInput!) {
sendForm(where: $where) {
success
formInstanceId
}
}input SendFormInput {
companyId: CompanyId!
formId: CustomerFacingFormId!
recipientEmail: String!
recipientName: String!
}Arguments
where SendFormInput! non-null input
Type
SendFormPayload object
SendFormPayload
The payload for sending a customer facing form.
Response Fields
success Boolean! non-null scalar
formInstanceId FormInstanceId scalar
FormInstanceId
The id of the created form instance