From 4537ac540aa70d4405d1fdcea20a4bb4a7bfc8de Mon Sep 17 00:00:00 2001 From: Jens Schuppe Date: Mon, 5 Aug 2019 11:42:01 +0200 Subject: [PATCH] Add documentation for campaign_id API parameter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b9c3f93..0b17b50 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ The action accepts the following parameters: | `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 | | | +| `campaign_id` | Integer | The CiviCRM ID of a campaign to assign the contribution | A valid CiviCRM Campaign ID. This overrides the campaign ID configured within the profile. | | You may also refer to [the code](https://github.com/systopia/de.systopia.twingle/blob/master/api/v3/TwingleDonation/Submit.php)