You are here: Communications Cloud API v1 > Common Uses > Automatically Send Content from Your CMS Upon Creation

Automatically Send Content from Your CMS Upon Creation

Communications Cloud offers two bulletin creation tools - standard and advanced. While these tools are easy to use and powerful, some of our clients require the ability to create bulletins without logging into our platform or needing to know the Web Services API credentials. You can use this API to automatically send content from an external system upon content creation. For example, if your organization has a Drupal site and you want to send out every post as an email update, you can use the API to send the content as a bulletin upon publishing each post. You might do this for court records, a public policy database, or an alert system. Using the API allows you to set up custom processes for generating and sending bulletins. You can even specify whether bulletins should be sent directly or created and held for approval from your Communications department.

There are a number of approaches you can take, based on what you want to accomplish, but one approach might be:

  1. Create the trigger for a bulletin
  2. Send content to the API
  3. Connect this trigger to the API
1. Create the trigger for a bulletin

Build in a way for your content creators to choose whether to send a bulletin with the content they are publishing. This might take the form of a Send Bulletin? check box on the New Post form or page in your CMS. If you're using the Create and Send method to automatically send the bulletin upon post publication, make sure that is explicitly stated in the check box label.

2. Send content to the API

Pass content from the post in your CMS to the API as the <subject>, <header>, and <body> of the bulletin.

3. Connect this trigger to the API

Decide if you want a bulletin sent automatically when a content creator publishes something in your CMS. The other option is creating a bulletin and holding it in draft form so an administrator in Communications Cloud can review it and send it.

 

Was this page helpful? Can't find what you need? Let us know