To create a new endpoint for your form submissions, follow these steps:
Navigate to the “Create an Endpoint” page in your dashboard.
Fill in the following details:
Enter a unique name for your endpoint. This helps you identify the endpoint in your dashboard.
Define the structure of your form data by adding fields. For each field, specify:
Click “Add Field +” to include additional fields in your schema.
Toggle this option on if you want to allow direct form submissions via HTML. When enabled, you can use the following options:
Note: Redirect URLs are only used when posting a lead by HTML form.
Toggle this option on if you want to send form data to a webhook. When enabled:
Click “Create Endpoint” to finalize the creation of your new endpoint.
After creating an endpoint, you can use it in your application:
Copy the endpoint URL provided after creation.
Use this URL as the action attribute in your HTML form or as the submission URL in your JavaScript code.
To view detailed instructions for your specific endpoint, visit:
Replace {your-endpoint-id}
with the actual ID of your endpoint.
This page includes examples of how to use your endpoint with a basic HTML form, a JavaScript fetch call, and a React form styled with shadcn/ui.
To create a new endpoint for your form submissions, follow these steps:
Navigate to the “Create an Endpoint” page in your dashboard.
Fill in the following details:
Enter a unique name for your endpoint. This helps you identify the endpoint in your dashboard.
Define the structure of your form data by adding fields. For each field, specify:
Click “Add Field +” to include additional fields in your schema.
Toggle this option on if you want to allow direct form submissions via HTML. When enabled, you can use the following options:
Note: Redirect URLs are only used when posting a lead by HTML form.
Toggle this option on if you want to send form data to a webhook. When enabled:
Click “Create Endpoint” to finalize the creation of your new endpoint.
After creating an endpoint, you can use it in your application:
Copy the endpoint URL provided after creation.
Use this URL as the action attribute in your HTML form or as the submission URL in your JavaScript code.
To view detailed instructions for your specific endpoint, visit:
Replace {your-endpoint-id}
with the actual ID of your endpoint.
This page includes examples of how to use your endpoint with a basic HTML form, a JavaScript fetch call, and a React form styled with shadcn/ui.