Snapchat
Snapchat is an online social media platform where users can share texts, pictures, and videos.
In order to integrate Snapchat with Relyance AI you will need to follow an Oauth2 flow.
In the Relyance AI application:
- Login to your Relyance account.
- Navigate to the Settings Menu in the bottom left-hand side.
- Select Integrations.
- Click on the Vendor Integration tab.
- Find the Snapchat integration card and click it to open its connections.
- Under Authentication Method, choose Oauth2 / App Token.
- Click Authenticate.
- You may be asked to login to Snapchat.
- You will be prompted to allow Relyance permissions to Snapchat. Click Continue.


- At this point, you should see the following result on the Vendor Integrations page:

- Congratulations, you are now connected to Snapchat.
Manage this integration with Terraform
Connections for this integration can be managed as code with the Relyance Terraform provider. Non-secret fields go in auth.params; secret fields go in auth.secrets_wo, which is write-only — never stored in Terraform state. Rotate secrets by bumping auth.secrets_wo_version.
The OAuth (browser authorization) method uses a browser authorization flow, so the connection is created in the Relyance app. Manage it in Terraform afterwards by importing it (terraform import relyance_integration_connection.example snapchat/<connection_id>) or reading it with the relyance_integration_connection data source.