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
+24-1Lines changed: 24 additions & 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
-
- Python package version: 2.4.0
4
+
- Python package version: 2.5.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.
7
7
@@ -18,6 +18,11 @@ Messente API has the following features:
18
18
19
19
Messente API Library provides the operations described below to access the features.
20
20
21
+
### AccountBalanceApi
22
+
23
+
1. Get account balance [`get_account_balance`](docs/AccountBalanceApi.md#get_account_balance)
24
+
1. Get account balance [`get_account_balance_using_post`](docs/AccountBalanceApi.md#get_account_balance_using_post)
25
+
21
26
### BlacklistApi
22
27
23
28
1. Adds a phone number to the blacklist [`add_to_blacklist`](docs/BlacklistApi.md#add_to_blacklist)
@@ -56,15 +61,33 @@ Messente API Library provides the operations described below to access the featu
56
61
57
62
1. Requests info about phone numbers [`fetch_info`](docs/NumberLookupApi.md#fetch_info)
58
63
64
+
### NumberVerificationApi
65
+
66
+
1. verify number [`verify_number`](docs/NumberVerificationApi.md#verify_number)
67
+
1. verified the PIN code entered by the user. [`verify_pin`](docs/NumberVerificationApi.md#verify_pin)
68
+
59
69
### OmnimessageApi
60
70
61
71
1. Cancels a scheduled Omnimessage [`cancel_scheduled_message`](docs/OmnimessageApi.md#cancel_scheduled_message)
62
72
1. Sends an Omnimessage [`send_omnimessage`](docs/OmnimessageApi.md#send_omnimessage)
63
73
74
+
### PricingApi
75
+
76
+
1. Get pricelist for account [`get_pricelist`](docs/PricingApi.md#get_pricelist)
77
+
1. Get pricing for a specific country [`get_prices`](docs/PricingApi.md#get_prices)
78
+
64
79
### StatisticsApi
65
80
66
81
1. Requests statistics reports for each country [`create_statistics_report`](docs/StatisticsApi.md#create_statistics_report)
67
82
83
+
### WhatsAppTemplatesApi
84
+
85
+
1. Creates a WhatsApp template [`create_whatsapp_template`](docs/WhatsAppTemplatesApi.md#create_whatsapp_template)
86
+
1. Deletes a WhatsApp template [`delete_whatsapp_template`](docs/WhatsAppTemplatesApi.md#delete_whatsapp_template)
87
+
1. Requests a WhatsApp template with the given ID [`get_whatsapp_template_by_id`](docs/WhatsAppTemplatesApi.md#get_whatsapp_template_by_id)
88
+
1. Requests a list of WhatsApp templates [`list_whatsapp_templates`](docs/WhatsAppTemplatesApi.md#list_whatsapp_templates)
89
+
1. Updates a WhatsApp template [`update_whatsapp_template`](docs/WhatsAppTemplatesApi.md#update_whatsapp_template)
0 commit comments