Integration Callout Fields
Integration callouts are used to store information related to a callout integration setting. Integration callouts are created each time the integration callout worker executes and updated when an integration response worker executes.
Field Label | Api Name | Description |
---|---|---|
Integration Callout Name | Name | The Id is automatically populated when the record is inserted. |
Completed Time | NUINT__Completed_Time__c | The Date/Time the IntegrationSetting class has finished execution on the record. |
Integration Setting | NUINT__Integration_Setting__c | Lookup to the parent integration setting. |
Status | NUINT__Status__c | The current state of the record. The status updates depending upon the response from the third-party API. |
Message | NUINT__Message__c | Optional. Used to record detailed information for a success or failure. This field is populated by the handleResponses method in the IntegrationSetting Apex class. |
Message | NUINT__Request__c | The HttpRequest string sent to the third-party API. |
Response | NUINT__Response__c | The HttpResponse string received from the third-party API. |