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: 1.3.0
4
-
- Ruby gem version: 1.3.0
4
+
- Ruby gem version: 1.3.1
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.
Copy file name to clipboardExpand all lines: docs/ContactFields.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ Name | Type | Description | Notes
14
14
**custom2** | **String** | The second custom field | [optional]
15
15
**custom3** | **String** | The third custom field | [optional]
16
16
**custom4** | **String** | The fourth custom field | [optional]
17
-
**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]
**phone_number** | **String** | Phone number in e.164 format | [optional]
8
+
**email** | **String** | The email of the contact | [optional]
9
+
**first_name** | **String** | The first name of the contact | [optional]
10
+
**last_name** | **String** | The last name of the contact | [optional]
11
+
**company** | **String** | The company of the contact | [optional]
12
+
**title** | **String** | The title of the contact | [optional]
13
+
**custom** | **String** | The first custom field | [optional]
14
+
**custom2** | **String** | The second custom field | [optional]
15
+
**custom3** | **String** | The third custom field | [optional]
16
+
**custom4** | **String** | The fourth custom field | [optional]
17
+
**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]
0 commit comments