We’re currently experiencing a high volume of support requests, which may result in longer response times — thank you for your patience and understanding.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

This documentation is for the new preview UI. It’s still being refined and is subject to change. For documentation for the old UI, see Knowledge Base.

Article link copied to clipboard
Updated
Published
1 min read
Note on third‑party tools

We aim to provide accurate and helpful details about third‑party tools, but we can’t guarantee that this information is always complete or up to date. If you notice any discrepancies, feel free to share them in the feedback section below. For the most reliable information, please always refer to the third‑party tool’s official documentation.

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

Connections

OAuth Client Credentials

Get an access token for the ION API

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

This connection uses OAuth 2.0, a common authentication mechanism for integrations.
Read about how OAuth 2.0 works here.

Input Comments Default
Auth Endpoint The ION Auth Endpoint
Client ID The OAuth 2.0 Client ID for ION
Client Secret The OAuth 2.0 Client Secret for ION

Triggers

Trigger

Receive a webhook from ION

Actions

Run GraphQL Query

Performs a generic GraphQL query against the API

Input Comments Default
Connection
GraphQL Query The GraphQL query to run
GraphQL Variables The GraphQL variables to run