Sample: Inbound and Outbound Integration Settings
These sample integrations connect with the Nimble Fuse API to read data from and write data to Nimble AMS.
Inbound Integration Setting JSON Request
The inbound integration setting named CreateNewAccount executes to create two new accounts:
- John Smith
- Jane Smith
If using Self Service, remove "Request:" { }
from the JSON code. The code should then start with { "Name" : {
InboundIntegration SettingJSON Response
After executing the inbound integration setting named CreateNewAccount two accounts are successfully created:
- John Smith
- Jane Smith
Outbound Integration Setting JSON Request
To check if an account within Nimble AMS is setup with a specific email address, the following JSON object can be used:
If using Self Service, remove "Request:" { }
from the JSON code. The code should then start with { "Name" : {
OutboundIntegration SettingJSON Response
After executing the CheckEmailExists outbound integration setting, the JSON results show there is one account setup with the nikki.nimble@nimbleuser.com
email address.