The JSON object below defines the configuration for this service plugin extension. How you supply values depends on the framework you’re using:
plugin.json
file.If you created your service plugin extension with the CLI, required fields are automatically populated for you.
Deployment URI where the endpoints are called. Wix Forms appends the endpoint path to the deployment URI.
For example, to call the Override Form endpoint at https://my-form.com/v4/forms/override
,
the deploymentUri
you provide here is https://my-form.com/
.
The app which the form belongs to. For example, the namespace for the Wix Forms app is wix.form_app.form
.
Call Get Form
to retrieve the namespace.
The IDs of the specific forms that will trigger the defined methods when a form is requested on the API. This field is optional. If empty, requests for all forms will trigger the methods.