Breadcrumbs

PostgreSQL - Authorization

Connecting PostgreSQL to Workflows requires you to have: 1. A PostgreSQL user with read/write access to the database and all associated tables/views you wish to access. We recommend setting up an account specifically for Workflows access, although you can use an existing user. 2. Workflows IP Addresses whitelisted

Creating a New User

  1. Login to your PostgreSQL server

  2. In the command line, create a user by running CREATE USER <user name> WITH PASSWORD '<new password>';

  3. The PostgreSQL server URL, the username, and password are all used in the Blueprints below