From 5010901cceff42f9e45ccdbc809d68c96df131ab Mon Sep 17 00:00:00 2001 From: catherineheywood Date: Mon, 25 Apr 2016 14:44:34 +0100 Subject: [PATCH] remove lines and change tags to --- docs/index.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/docs/index.md b/docs/index.md index 439318fc5..d05b21628 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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: -
  • [Python library](https://github.com/alphagov/notifications-python-client)
  • [PHP library] (https://github.com/alphagov/notifications-php-client)
  • [Java library] (https://github.com/alphagov/notifications-java-client)
- * 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) - -

Note: To access the template ID from the [GOV.UK Notify](https://www.notifications.service.gov.uk/) web application, go to Text message templates or Email templates and click on API info. -

- +

Note: To access the template ID from the [GOV.UK Notify](https://www.notifications.service.gov.uk/) web application, go to Text message templates or Email templates and click on API info. +

* `personalisation` (optional) specifies the values for the placeholders in your templates - -

Note: You must provide all placeholders set up in your template. See [how to create placeholders in a template](#quickstart). +

Note: You must provide all placeholders set up in your template. See [how to create placeholders in a template](#quickstart). The response will be: