Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 2.1 KB

File metadata and controls

53 lines (28 loc) · 2.1 KB

govDelivery Custom Connector

This sample shows how to easily consume govDelivery APIs to send SMS text messages and email notifications to citizens. We have also provided a sample custom connector that streamlines the process to get started and building Power Automate Flows with govDelivery.

govDelivery Custom Connector Overivew

Sample Power Automate Flow below using the custom connector,

Sample Flow

Installing the Custom Connector

To get started, you will need a govDelivery account and an API key to connect to their APIs. Details on govDelivery's APIs can be found below,

govDelivery API Docs

To install the sample custom connector, download the following swagger OpenAPI connection file,

govDelivery Swagger Definition File

Next, go to Power Automate > Data > Custom Connectors.

Custom Connectors

Next, create a new custom connector from an OpenAPI file,

Custom Connectors

Import the govDelivery.swagger.json you downloaded previously. Name the connector govDelivery

Custom Connectors

Click on "Create connector". Now go to Test and then create a new connection,

Custom Connectors

You will need to then input the API key assigned from govDelivery,

Custom Connectors

Refresh the connections and you should now see the new connection you just created,

Custom Connectors

Now you can test the connector by sending SMS text messages or emails!

Custom Connectors

You can also now use this custom connector in any Power Automate Flows in the environment you installed the custom connector in,

Custom Connector action

Below is a sample Flow using the custom connector,

Sample Flow