Automatically send GiftTool transaction data to your custom application in XML format.
With the correct access codes, GiftTool will automatically connect to your external database to send transaction data in real time. Such as...When a new order is processed online, or when you modify an order or profile, or when you import new members; import pledges. (every few hours over multiple days).
To configure your GiftTool account to integrate with your custom application or database:
- Login to GiftTool and click Account in the top right corner.
- Click Custom API in the Data Sharing section.
- Select "Custom Application" as the Connection Type and click Add Connection.
- Enter the secure URL address of your custom application provided by your developer (must begin with "https://...").
- Enter the username & password provided by your developer to authenticate your connection.
- Enter the Key Contact name and email for notifications related to data sharing.
- Click Save & Test Connection to have your custom application validate that your username & password are correct and will accept data.
- Passed = Your external database has authorized your data sharing connection.
- Failed = Your external database failed to authorize the last data sharing attempt.
- Closed = Your external database has asked that this data sharing connection be closed.
- Once the connection has been authorized, GiftTool will automatically send all past, future and modified orders to your custom application in XML format.
- Please note:
Is there a playground to view & send sample API data?