\nFilterField"
},
{
"info": {
"name": "Creating a Signup Form",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://clientapi.benchmarkemail.com/SignupForm/",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Creates a new signup form \r\n\r\nBody Parameters (to be encoded as a JSON string)\r\n\r\n\r\n\r\n| Key | \r\nRequired | \r\nDescription | \r\n \r\n\r\n\r\n\r\n| Name | \r\noptional | \r\nName of the signup form | \r\n \r\n\r\n| Lists | \r\noptional | \r\nList details as ID and Name\r\n[{\"ID\":\"IDOfTheList\", \"Name\":\"NameOfTheList\"},{\"ID\":\"IDOfTheList\", \"Name\":\"NameOfTheList\"}"
},
{
"info": {
"name": "Get templates for Signup Form (Classic Only)",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://clientapi.benchmarkemail.com/SignupForm/Template",
"params": [
{
"name": "Language",
"value": "",
"type": "query"
},
{
"name": "Filter",
"value": "",
"type": "query"
}
]
},
"docs": "Gets templates for signup form\r\nQuery string parameters : \r\n\r\n\r\n\r\n| Parameter | \r\nRequired | \r\nType | \r\nDescription | \r\n \r\n\r\n\r\n\r\n| Language | \r\noptional | \r\nstring | \r\nLanguage | \r\n \r\n\r\n| Filter | \r\noptional | \r\nint | \r\nTemplate Category ID | \r\n \r\n\r\n \r\nResponse Body parameters : \r\n\r\n\r\n\r\n| Parameter | \r\nType | \r\nCopies an existing signup form\r\nQuery String Parameters : None \r\nRequest Body Parameters:\r\n\r\n\r\n\r\n| Parameter | \r\nRequired | \r\nType | \r\nDescription | \r\n \r\n\r\n\r\n\r\n| ID | \r\nrequired | \r\nstring | \r\nID of the signup Form | \r\n \r\n\r\n| Name | \r\nrequired | \r\nstring | \r\nName of the new signup form | \r\n \r\n\r\n \r\nResponse Body Parameters:\r\nGet a details of Signup Form\nQuery string parameters:None \nRequest Body parameters:\n\n \n \n | Parameter | \n Required | \n Type | \n Description | \n \n \n \n \n | ID | \n Required | \n string | \n Signup Form ID | \n \n \n \n\nResponse Body parameters:\n\n \n \n | Parameter | \n TypeUpdate the signup Form \n\nQuery String Parameters: None\n\nRequest Body Parameters:\n\n \n \n | Key | \n Required | \n Type | \n Description | \n \n \n \n \n | ID | \n Required | \n string | \n Signup Form ID | \n \n \n | Detail | \n Required | \n Deletes an existing signup form\r\nQuery string Parameters : None \r\nRequest Body Parameters : \r\n\r\n\r\n\r\n| Parameter | \r\nRequired | \r\ntype | \r\nDescription | \r\n \r\n\r\n\r\n\r\n| {ID} | \r\nrequired | \r\nstring | \r\nID of the signup Form | \r\n \r\n\r\n \r\nResponse Body Parameters : \r\n\r\n\r\n\r\n| Parameter | \r\ntype | \r\nDescription | \r\n \r\n\r\nGet the link of the Signup form\nQuery String Parameters:None \nRequest Body parameters:\n\n \n \n | Parameter | \n Required | \n Type | \n Description | \n \n \n \n \n | ID | \n Required | \n string | \n Signup Form ID | \n \n \n \nResponse Body parameters:\n\n \n \n | Parameter | \n Type<"
},
{
"info": {
"name": "Get the code for Preview for the Signup Form",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://clientapi.benchmarkemail.com/SignupForm/:ID/Code/Preview",
"params": [
{
"name": "ID",
"value": "",
"type": "path"
},
{
"name": "Language",
"value": "",
"type": "query"
},
{
"name": "Style",
"value": "",
"type": "query"
}
]
},
"docs": "Get the code for Preview for the Signup Form\nQuery string parameters:\n\n \n \n | Key | \n Required | \n Description | \n \n \n \n \n | ID | \n Required | \n Signup Form ID | \n \n \n \n\nRequest Body Parameters :\n\n \n \n | Parameter | \n Required | \n Type | \n Description | \n \n Get the code for the signup form button\nQuery string parameters:\n\n \n \n | Parameter | \n Required | \n Type | \n Description | \n \n \n \n \n | ID | \n Required | \n string | \n Signup Form ID | \n \n \n \n\nRequest Body Parameters :\n\n \n \n | Parameter | \n Required | \n Type | \n "
},
{
"info": {
"name": "Get the contact fields of the Signup Form",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://clientapi.benchmarkemail.com/SignupForm/:ID/ContactFields",
"params": [
{
"name": "ID",
"value": "",
"type": "path"
}
]
},
"docs": "Get the contact fields of the signup Form\nQuery string parameters :\n\n \n \n | Parameter | \n Required | \n Type | \n Description | \n \n \n \n \n | ID | \n Required | \n string | \n Signup Form ID | \n \n \n \n\nRequest Body parameters:\nNone\n\nResponse body parameters :\n\n \n \n | Parameter | \n "
},
{
"info": {
"name": "Sending a test email for signup",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://clientapi.benchmarkemail.com/SignupForm/:ID/Test",
"params": [
{
"name": "ID",
"value": "",
"type": "path"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Sending a test email for signup\nQuery string parameters : None \n\nRequest Body parameters:\n\n \n \n | Key | \n Required | \n Description | \n \n \n \n \n | ID | \n Required | \n Signup Form ID | \n \n \n | FromEmail | \n Required | \n From Email Address | \n \n \n | FromName | \n Required | \n "
},
{
"info": {
"name": "Get signup form list",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://clientapi.benchmarkemail.com/Contact/:ListID/ListbuilderLists",
"params": [
{
"name": "ListID",
"value": "",
"type": "path"
}
]
},
"docs": "Get a list of contacts\r\nURL Parameters\r\n\r\n\r\n\r\n| Key | Required | Type | Description | \r\n\r\n\r\n| {{ListIDs}} | required | string | IDs of the lists | \r\n\r\n \r\n\r\nResponse body parameters\r\n\r\n\r\n\r\n| Key | Type | Description | \r\n\r\n\r\n| Status | string | 1 if successful, -1 if error | \r\nCoun"
},
{
"info": {
"name": "Get signup form list",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://clientapi.benchmarkemail.com/Contact/ListbuilderList"
},
"docs": "Get signup form list\r\n\r\nResponse body parameters\r\n\r\n\r\n\r\n| Key | Type | Description | \r\n\r\n\r\n| Status | string | 1 if successful, -1 if error | \r\n| Count | int | Total number | \r\n| Data | SignupFormRecord | Signup Form Data | \r\n\r\n "
}
]
}
],
"bundled": true
} | | | | | |