post https://api.salesautopilot.com/v2/newsletter//form//fields
Add form field or fields to specified form.
Response
| Field | Type | Description |
|---|---|---|
| success | boolean | Result of the request |
Error occured
| Field | Type | Description |
|---|---|---|
| errorCode | int | Code of the error |
| errorMessage | string | Human readable error message |
Error codes
| errorCode | Description |
|---|---|
| 1 | JSON syntax error |
| 2 | Missing request body |
| 11000 | Newsletter not found |
| 12000 | Form not found |
| 12100 | Form field not found |
| 12101 | Form field already exists' |
