Skip to main content

ION Component

Send and receive GraphQL to the ION API.

Component key: first-resonance

Description

ION is a platform for creating and managing your business.

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