|
|
|
|
|
|
|
|
|
Overview
|
|
Inserts into, or updates subscriber info in an existing dataset
|
|
|
|
Parameters
|
|
|
| Name | Type | Required | Comments |
| Col1 .. Col25 | String | Yes | The column or columns into which data is being posted. At least 1 additional data column is required. Please note that the data cannot exceed 250 characters. |
| DatasetID | Integer | Yes | The id of the dataset you want to update or insert to |
| Email | String | Yes | The email address to which data is being posted |
| MobileNumber | String | No | The mobile number you want to import into the dataset. The number cannot contain any special characters (‘+’, ‘.’ Etc.). |
|
|
|
|
Returns
|
0|Error (Different descriptions for the error)
1|Datset values inserted
2|Dataset values updated
|
|
|
|
Example
|
|
https://www.emailbrain.com/api.aspx?Username=user@mydomain.com&Password=123456&Function=post_insertdata&Email=new@mydomain.com&DatasetID=123&Col1=myname&Col2=mysurname
|