This module provides a set of utilities to have your Drupal powered site use [GovDelivery's Communications Cloud API - Bulletins resource](https://developer.govdelivery.com/api/comm_cloud_v1/Default.htm#API/Comm%20Cloud%20V1/API_CommCloudV1_Bulletins.htm) to create and send Bulletin notifications including an external trigger endpoint. This module supports custom code a developer must create to send the bulletin. It does not create them by itself.
This module provides a set of utilities to have your Drupal powered site use GovDelivery's Communications Cloud API - Bulletins resourcehttps://developer.govdelivery.com/api/comm_cloud_v1/Default.htm#API/Comm%20Cloud%20V1/API_CommCloudV1_Bulletins.htm to create and send Bulletin notifications including an external trigger endpoint. This module supports custom code a developer must create to send the bulletin. It does not create them by itself.
It is more focused in function than the GovDelivery Integration module https://www.drupal.org/project/govdelivery.
## How to use the service to add a bulletin to the queue.
The service to add a bulletin to the queue can be called from anything that you
would like to perform this [ Example: hook_entity_save(), hook_entity_delete(),
hook_update_N() ...]
The service to add a Bulletin to the queue can be called from anything that you
would like to have perform this [ Example: hook_entity_insert(),