You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Messente API Library
2
2
3
3
- Messente API version: 2.0.0
4
-
- NPM package version: 2.1.0
4
+
- NPM package version: 2.2.0
5
5
6
6
[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
**phoneNumber** | **String** | Phone number in e.164 format | [optional]
6
+
**phone_number** | **String** | Phone number in e.164 format | [optional]
7
7
**email** | **String** | The email of the contact | [optional]
8
-
**firstName** | **String** | The first name of the contact | [optional]
9
-
**lastName** | **String** | The last name of the contact | [optional]
8
+
**first_name** | **String** | The first name of the contact | [optional]
9
+
**last_name** | **String** | The last name of the contact | [optional]
10
10
**company** | **String** | The company of the contact | [optional]
11
11
**title** | **String** | The title of the contact | [optional]
12
12
**custom** | **String** | The first custom field | [optional]
13
13
**custom2** | **String** | The second custom field | [optional]
14
14
**custom3** | **String** | The third custom field | [optional]
15
15
**custom4** | **String** | The fourth custom field | [optional]
16
-
**scheduledDeletionDate** | **Date** | The date in ISO 8601 format, YYYY-MM-DD, on which the contact is going to be deleted because it has not belonged to a group for 30 days | [optional]
16
+
**scheduled_deletion_date** | **Date** | The date in ISO 8601 format, YYYY-MM-DD, on which the contact is going to be deleted because it has not belonged to a group for 30 days | [optional]
'groupIds': ["5792a02a-e5c2-422b-a0a0-0ae65d814663","4792a02a-e5c2-422b-a0a0-0ae65d814662"] // [String] | Optional one or many group id strings in UUID format. For example: \"/contacts?groupIds=group_id_one&groupIds=group_id_two\"
272
+
'group_ids': ["5792a02a-e5c2-422b-a0a0-0ae65d814663","4792a02a-e5c2-422b-a0a0-0ae65d814662"] // [String] | Optional one or many group id strings in UUID format. For example: \"/contacts?groupIds=group_id_one&groupIds=group_id_two\"
**groupIds** | [**[String]**](String.md)| Optional one or many group id strings in UUID format. For example: \"/contacts?groupIds=group_id_one&groupIds=group_id_two\" | [optional]
288
+
**group_ids** | [**[String]**](String.md)| Optional one or many group id strings in UUID format. For example: \"/contacts?groupIds=group_id_one&groupIds=group_id_two\" | [optional]
289
289
290
290
### Return type
291
291
@@ -302,7 +302,7 @@ Name | Type | Description | Notes
**messageId** | **String** | Unique identifier for the message | [optional]
8
+
**message_id** | **String** | Unique identifier for the message | [optional]
9
9
**error** | **String** | Human-readable description of what went wrong, *null* in case of success or if the message has not been processed yet | [optional]
0 commit comments