Note API: Difference between revisions
Moved page from wikipedia:en:Draft:Note API (history) |
m remove : in category tag |
||
| Line 33: | Line 33: | ||
<!-- Inline citations added to your article will automatically display here. See en.wikipedia.org/wiki/WP:REFB for instructions on how to add citations. --> | <!-- Inline citations added to your article will automatically display here. See en.wikipedia.org/wiki/WP:REFB for instructions on how to add citations. --> | ||
{{reflist}} | {{reflist}} | ||
[[ | [[Category:Application programming interfaces]] | ||
[[ | [[Category:Software]] | ||
[[ | [[Category:Web technology]] | ||
{{Source Wikipedia}} | {{Source Wikipedia}} | ||
Revision as of 23:29, 30 December 2021
| Note API | |
|---|---|
| Born | |
| 💼 Occupation | |
| 🌐 Website | https://noteapi.com |
Note API allows you to send email and text messages (SMS) using a secure 256-bit HTTPS encryption protocol. When you make a request to the Note API to send an interaction, we will validate the request and if successful we will process the interaction, if not we will display the appropriate error message.
Send Email Message
Note API sent request should be used with _type = email parameter when sending email interections over the Note API. All parameters below are required.
Send Text (SMS) Message
Note API sent request should be used with _type = text parameter when sending text (SMS) interections over the Note API. All parameters below are required.
API Success & Errors Responses
If your API request fails, the API will return an error object, which contains the sub-objects code and message indicating which type of error has occurred. If a validation error occurs, there will be an additional context sub-object containing information about one or multiple validation errors. The API also supports universal HTTP status codes. For successful API requests, you can expect the HTTP code 200.
References
This article "Note API" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Note API. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.
