Documentation update.

This commit is contained in:
Michael Amos 2023-03-13 16:04:08 +01:00
parent 30ad463549
commit 4d750b1ab6
35 changed files with 350 additions and 141 deletions

22
docs/con_man.md Normal file
View file

@ -0,0 +1,22 @@
# Twingle API: Configuring the Twingle account on the Twingle website
The use of the Twingle API extension requires that you already have a Twingle account and that you make some settings in this account for the connection.
You will have to make the following settings:
1. API key from your Twingle user
2. Site key
3. URL
Important: The URL must always be the complete URL to the interface.
Examples:
- Drupal: https://meine-domain.de/sites/all/modules/civicrm/extern/rest.php
- Wordpress (with CiviCRM <5.25): https://meine-domain.de/wp-content/plugins/civicrm/civicrm/extern/rest.php
- Wordpress (with CiviCRM 5.25+): https://meine-domain.de/wp-json/civicrm/v3/rest
[For detailled information please follow this link](https://support.twingle.de/faq/de-de/9-anbindung-externer-systeme/46-wie-kann-ich-civicrm-mit-twingle-nutzen) (in German language only).