Creating an API Application
To connect Planday with StackOne, you need to create an API application in your Planday portal.
Access API Settings
Sign in to your Planday portal (e.g., https://{yourcompany}.planday.com/) as an Administrator.
- Click Settings on the top bar
- In the left sidebar, under Integrations, select API Access
Create New Application
Click Create App in the top right corner of the page.
- Enter a descriptive name for your application (e.g., “StackOne Integration”)
- Select the required Scopes to define what data the integration can access
- Add the redirect URI:
https://api.stackone.com/connect/oauth2/planday/callback - Click Save to create the application
Authorize the Application
After creating the app, you need to authorize it to access your Planday data.
- Find your new application in the list
- Click Authorize
- Review the consent screen showing all requested permissions
- Click Authorize to confirm access
Retrieving Your Credentials
After authorization, retrieve the credentials needed to complete the connection.
Copy the Application ID
On the API Access page, locate your application tile.
- Find the App Id column or field on your application tile
- Copy this value - this is your Application ID (Client ID)
- Example format:
f2370889-3ffe-46b6-83e7-1a20f5a20d2f
Copy the Token Secret
The Token Secret is displayed on your application tile after authorization.
- Locate the token value on your application tile
- Copy this value and store it securely for use later
- This token is used as your Token Secret for the OAuth connection
Creating the StackOne Connector Profile
To create the Connector Profile in StackOne for Planday:Navigate to Connector Profiles
Create New Connector Profile
- Click + Connector Profile
- Search for and select Planday
- Select Type as OAuth 2.0
- Fill out the fields using details retrieved from your provider:
- Application ID
- Token Secret
- Scopes (Optional)
- (Optional) Select Actions to be enabled for this Connector Profile
- Click Create profile