Deploy from the Marketplace
- In the sidebar, select Integrations to open the ION Marketplace.
- Find the integration or automation you want, then select Configure.
- In the ION API connection step, enter your ION API key and secret, then select the environment to run in. See API keys for how to create them.
- Fill in any additional fields the integration requires. These point the integration at the ION objects or attributes it acts on, and come as free-text inputs or pick-lists. Each integration documents its own fields.
- For a partner integration, connect the external system (such as Arena, Duro, or Smartsheet) using that partner’s setup steps.
An API key inherits the permissions of its creator. Create the key as a user with the permissions the integration needs.
Some webhook-driven automations need their trigger set explicitly: a ResourceEnum value (what to listen to) and a WebhookSubscriptionActions value (what to listen for). Find the valid values in ION’s GraphQL documentation explorer, and match the input format exactly as it appears there.
Troubleshooting
You don’t see the Integrations page
Your organization might not have Marketplace access yet. Contact Support to request it.An automation stops triggering after an environment change
Each environment needs its own API keys, so an instance moved between sandbox and production stops working. Redeploy it with keys from the target environment:- Record the current setup of your instances.
- Deactivate the existing instances to clear any stray webhook subscriptions between environments.
- Create new instances using the API key and secret for the correct environment.
- Confirm the trigger’s resource and action when you create each instance.