ION
Ion reliably moves parts, workflows and data through manufacturing while ensuring accurate data capture at each juncture. Learn more at www.firstresonance.io.
Last updated
Was this helpful?
Ion reliably moves parts, workflows and data through manufacturing while ensuring accurate data capture at each juncture. Learn more at www.firstresonance.io.
To connect ION in Violet, you’ll first need to generate a Client ID and Client Secret:
In ION, navigate to the GraphQL API.

Copy the below query:
Then paste it into Ion's GraphiQL panel and click Execute.

Your Client ID and Client Secret will appear. Copy and save these.

Next, you're ready to connect ION in Violet and create an integration.
Select
ION
Select your type of ION environment (Production, Gov, etc.)

Enter your Client ID and Client Secret and click
.
Once connected, you can configure which types of data to ingest, how frequently data should be refreshed, apply any custom attribute mapping, etc.
Last, click Create to begin fetching data. You're done! Head to the Data Explorer to check out your data once it's ingested.
[Optional] Assign permissions to which users or user groups can view the data or edit the credentials:

[Optional] Provide metadata that describes your credentials, for example if it is for a Production or Sandbox environment:

Last updated
Was this helpful?
Was this helpful?
mutation CreateAPIKey {
createApiKey {
apikey {
clientId clientSecret
}
}
}
