GuidesRecipesAPI ReferenceChangelog
HomeSee demo
Guides

Ironclad

Source

Polytomic connects to Ironclad using OAuth client credentials. You will have to generate them in Ironclad first before entering them in Polytomic:

  1. In Ironclad, click on your user profile dropdown in the top-right corner then go to Company Settings:
  1. Go to API on the left sidebar (you must have Ironclad's API add-on for this to be visible on your instance):
  1. Click on Create new app:
  1. Give your app a name of your choice (for example Polytomic) then click Create app:
  1. Once the app is created, you will be presented with Client ID and Client Secret values. Please save them as they will need to be entered in Polytomic, then click Continue:
  1. You will then be asked to fill in details of the client application you just created:

Here are values to enter for each field:

  • Description: you can enter anything descriptive here. For example: Polytomic integrations.
  • Icon: download Polytomic's icon here .
  • Grant Types: select Client Credentials. Make sure Authorization Code is unselected.
  • Redirect URIs: add the URL https://app.polytomic.com/connect/ironclad.
  • Scopes: add the following scopes:
    • scim.groups.readGroups
    • scim.schemas.readSchemas
    • scim.users.readUsers
    • public.records.readRecords
    • public.workflows.readWorkflows
    • public.workflows.readParticipants
    • public.workflows.readApprovals
    • public.workflows.readSchemas
    • public.workflows.readSignatures
  1. In Polytomic, go to ConnectionsAdd ConnectionIronclad:
  1. Enter the client ID and client secret values from step 5 above.
  2. In the Ironclad user email field, enter the email address of your Ironclad admin.
  3. Click Save.