mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
remove lines and change <b> tags to <strong>
This commit is contained in:
@@ -66,13 +66,11 @@ GOV.UK Notify provides an API that allows you to create text and email notificat
|
||||
There are two ways to integrate the API into your service:
|
||||
|
||||
* use one of the client libraries provided by GOV.UK Notify:
|
||||
|
||||
<ul class="list list-bullet">
|
||||
<li> [Python library](https://github.com/alphagov/notifications-python-client) </li>
|
||||
<li> [PHP library] (https://github.com/alphagov/notifications-php-client) </li>
|
||||
<li> [Java library] (https://github.com/alphagov/notifications-java-client) </li>
|
||||
</ul>
|
||||
|
||||
* develop your own integration to produce requests in the correct format
|
||||
|
||||
GOV.UK Notify uses [JSON Web Tokens (JWT)](https://jwt.io/) for authentication and identification. The GOV.UK Notify client libraries encode and decode JSON Web Tokens when making requests to the GOV.UK Notify API. If you don’t use one of these libraries, you must manually create tokens yourself.
|
||||
@@ -162,13 +160,10 @@ where:
|
||||
|
||||
* `to` is the phone number or email address (required)
|
||||
* `template` is the template ID to send (required)
|
||||
|
||||
<p><b>Note:</b> To access the template ID from the [GOV.UK Notify](https://www.notifications.service.gov.uk/) web application, go to <b>Text message templates</b> or <b>Email templates</b> and click on <b>API info</b>.
|
||||
</p>
|
||||
|
||||
<p><strong>Note:</strong> To access the template ID from the [GOV.UK Notify](https://www.notifications.service.gov.uk/) web application, go to <strong>Text message templates</strong> or <strong>Email templates</b> and click on <strong>API info</strong>.
|
||||
</p>
|
||||
* `personalisation` (optional) specifies the values for the placeholders in your templates
|
||||
|
||||
<p><b>Note:</b> You must provide all placeholders set up in your template. See [how to create placeholders in a template](#quickstart).
|
||||
<p><strong>Note:</strong> You must provide all placeholders set up in your template. See [how to create placeholders in a template](#quickstart).
|
||||
|
||||
<a id="coderesponse"></a>
|
||||
The response will be:
|
||||
|
||||
Reference in New Issue
Block a user