PowerPlatformConnectors/custom-connectors/AcuityScheduling
Doug Elliott 736dc2d613
Fixed spelling (#286)
2020-06-18 17:47:44 -07:00
..
README.md Fixed spelling (#286) 2020-06-18 17:47:44 -07:00
apiDefinition.swagger.json Rename folders (#138) 2020-02-18 17:51:25 -08:00
apiProperties.json Rename folders (#138) 2020-02-18 17:51:25 -08:00

README.md

NOTE

This is a sample connector. The connector is provided here with the intent to illustrate certain features and functionality around connectors.

Acuity Scheduling (Sample) Connector

The Acuity Scheduling sample connector enables you to create new clients and view blocked times in your calendar

Prerequisites

You will need the following:

Downloading & Deploying the Connector

  1. Clone the PowerPlatformConnectors GitHub repository
  2. Open a terminal, then change to the AcuityScheduling directory, found in samples of the cloned repository
  3. Run paconn login, then follow the authentication steps
  4. Once authenticated, run paconn create --api-def apiDefinition.swagger.json --api-prop apiProperties.json
  5. Select the target environment for your connector
  6. Create a new flow in Power Automate, or a new Power App, using the connector. When prompted, create a new connection with your User ID and API Key. Your UserID will be the username, and your API Key will be the password.

Supported Actions

The Acuity Scheduling sample connector currently supports the following actions:

  • CreateNewClient: Create a new client in your client list
    • See supported parameters here
  • GetBlockedTimes: Get the blocked times on your Acuity calendar(s)
    • See supported parameters here