You are here:
Subscribe to the InsAsyncJobStatusNotification Event
Out-of-sequence endorsement works asynchronously after you initiate the policy issuance with the new modifications. After an out-of-sequence endorsement completes, an event is published. Subscribe to these events to support additional custom notification types, such as sending emails to the customers.
By default, you have the Out-of-Sequence Endorsement custom notification type enabled in your org. It enables bell notifications to notify you about the status of an async out-of-sequence endorsement job.
Event Name: InsAsyncJobStatusNotification
The InsAsyncJobStatusNotification platform event includes these custom fields:
| API Name | Field Label | Data Type | Description |
|---|---|---|---|
| Additional Information | AdditionalInformation__c | Long Text Area | The additional information about the event. |
| Insurance Async Bulk Request | AsyncJobRequestId__c | Text | The Insurance Async Bulk Request associated with the event. |
| Insurance Async Bulk Request Status | AsyncJobRequestStatus__c | Text | The status of the Insurance Async Bulk Request. |
| Event Name | EventName__c | Text | The name of the event. |
| Message | Message__c |
Long Text Area | The message that's sent with the notification. |
| Action Name | ActionName__c | Text | The name of the action that's associated with the notification. |
| Notification Name | NotificationName__c | Text | The name of the notification. |
| Subject | Subject__c |
Text | The subject of the asynchronous job status notification event. |
| Target Object | TargetObject__c | Text | The target object for the async job status notification. |
| Recipient | Recipient__c | Long Text Area | The recipients of the notification. |
You can subscribe to platform event messages with flows or use Apex triggers to subscribe to platform event notifications. To learn more, see Subscribing to Platform Events.

