Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
mattvagni committed Nov 17, 2023
1 parent c9a2a4d commit 082d948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/contact-forms-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: 'Contact forms are the best way to offer support at scale. With con

Plain **does not** provide any UI components or a drop-in script tag. Instead, you use your own UI components and then use Plain's API.

When a contact form is submitted, you first [create the customer in Plain](/pages//graphql/customers/upsert) and then [create a thread](/pages//graphql/threads/create) in Plain.
When a contact form is submitted, you first [create the customer in Plain](/pages/graphql/customers/upsert) and then [create a thread](/pages/graphql/threads/create) in Plain.

Depending on your desired behavior, you can also do other things as part of the form submission, such as [add the customer to a customer group](/graphql/customers/customer-groups), [set labels](/labels-setup), and add a priority to a thread. Contact forms can take any shape and be very specific to your product and customers.

Expand Down

0 comments on commit 082d948

Please sign in to comment.