Add Contact
This request is used to create a contact within a group
URL
Required Parameters
Name
Value
Optional Parameters
Name
Value
Request
{
"curl_command": {
"method": "POST",
"url": "http://api.smspartner.fr/v1/contact/add",
"headers": {
"Content-Type": "application/json"
},
"data": {
"apiKey": "YOUR_API_KEY",
"groupId": "ID GROUP",
"contact": {
"phoneNumber": "xxxxxxxxx",
"firstname": "prénom",
"lastname": "nom",
"date": "YYYY-MM-DD",
"shortUrlPartnr": "http://",
"url": "http://",
"custom1": "custom 1",
"custom2": "custom 2",
"custom3": "custom 3",
"custom4": "custom 4"
}
}
}
}Réponse
Errors
Response Code
Message
Last updated