Skip to content
On this page

sendContactForm ​

Definition ​

Sends contact form

Signature ​

ts
export async function sendContactForm(
  params: ContactFormData,
  contextInstance: ShopwareApiInstance = defaultInstance,
): Promise<void> 

Parameters ​

NameTypeDescription
params
ContactFormData
contact form data
contextInstance
ShopwareApiInstance
instance of the api client (by default it's an Axios instance)

Return type ​

ts
Promise<void>

Usage example ​

WARNING

Example is generated automatically. Sometimes it's required to be adjusted to your needs.

Open in StackBlitz

sendContactForm has loaded