Skip to main content

First Resonance ION Component

Interact with ION's data and services through ION's GraphQL API.

Component key: first-resonance

Description

First Resonance ION is a platform for helping hardware companies streamline complex business operations.

Connections

OAuth Client Credentials

You can get your OAuth Client Credentials from the ION API following the instructions here.

InputDefaultNotes
Auth Endpoint
string
/ Required
authEndpoint
The ION **Auth Endpoint**
Client ID
string
/ Required
clientId
The OAuth 2.0 Client ID for ION
Client Secret
password
/ Required
clientSecret
The OAuth 2.0 Client Secret for ION
Scopes
string
Hidden Field
scopes
 
Token URL
template
Hidden Field
tokenUrl
https://{{#authEndpoint}}/realms/api-keys/protocol/openid-connect/token
The OAuth 2.0 Token URL for ION

Triggers

Trigger

Receive a webhook from ION | key: firstResonanceTrigger


Actions

Run GraphQL Query

Performs a generic GraphQL query against the API | key: rawRequest

InputNotesExample
Connection
connection
/ Required
connection
 
 
GraphQL Query
code
/ Required
query
The GraphQL query to run
GraphQL Variables
code
variables
The GraphQL variables to run