Callout Integrations
With callout integration settings you can send and receive data from a third-party API.
The callout worker controls the frequency of calls made to the third-party API. The response worker controls the frequency of processing the responses from the third-party API. The archive schedule controls when integration callouts are sent to the recycling bin. The callout worker, response worker, and archive schedule work together to handle calls between Nimble AMS and a third-party API.
A callout integration setting is used when Nimble Fuse initiates a web service call to a third-party API. The following records related to the callout integration setting require the implementation of an Apex class:
- Integration callout worker
- Integration response worker
The creation of the integration setting Apex class requires development effort.