Splash
Splash (opens in a new tab) is an event management platform that helps businesses create, manage, and promote events.
Prerequisites
In order to integrate with Splash, you'll need to collect the following information:
Name | Description |
---|---|
Domain* | Your Splash API domain (default: api.splashthat.com ) |
Client ID* | Your Splash client ID. Obtained by contacting your Splash Customer Success Manager. |
Client Secret* | Your Splash client secret. Obtained by contacting your Splash Customer Success Manager. |
Username* | Your Splash username. |
Password* | Your Splash password. |
Page Limit* | The maximum number of pages to return from Splash group contacts endpoint (default: 100) |
Contact ID* | The dataset reference to the Splash contact_id in your owned database. |
Integrating with Splash
To integrate an existing system with Splash:
- Navigate to Data map → View Systems and choose the system that you want to connect.
- Click on the Integrations tab.
- Pick the vendor or system type that you want to integrate with from the Connection type drop-down menu.
- Complete the required fields for the integration and click Save.
You may confirm your connection is working using the Test connection button, if desired.
To learn more, please see our guide for Managing Integrations.
Technical detail
Fides utilizes API endpoints to access the API service for a SaaS application. An API service is the programmatic interface through which Fides can query and update data within an application to access, rectify, or delete personal information. Each SaaS tool will have a unique set of endpoints to enable privacy functions.
Splash endpoints
In the table below, you can find which endpoints are used for each type of privacy function.
Privacy function | Endpoint | Description |
---|---|---|
Access Requests | /groupcontacts (opens in a new tab) | Returns information about group contacts. |
Update Requests | /groupcontact/group_contact_id (opens in a new tab) | Used to update group contact information. |
Access Requests | /contacts/contact_id (opens in a new tab) | Returns information about a specific contact. |
Delete Requests | /contacts/contact_id/anonymize (opens in a new tab) | Used to anonymize contact information. |