From ad09cb7339473615869593f78c8275cc15b9f59d Mon Sep 17 00:00:00 2001 From: Jens Schuppe Date: Fri, 5 Jul 2019 14:23:37 +0200 Subject: [PATCH] [#3] Update documentation with new `user_country` parameter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 47d6cb6..2e3f346 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ The action accepts the following parameters: | `user_street` | String | The street address of the contact | | | | `user_postal_code` | String | The postal code of the contact | | | | `user_city` | String | The city of the contact | | | +| `user_country` | String | The country of the contact | [ISO 3166-1 Alpha-2 country codes](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) | | | `user_telephone` | String | The telephone number of the contact | | | | `user_company` | String | The company of the contact | | | | `user_extrafield` | String | Additional information of the contact | | |