Integrations
Connect RELURL with your favorite tools and automate your link management workflow.
Zapier
Connect RELURL to 5,000+ apps. Create short links automatically when new rows are added to Google Sheets, when emails are received, or from any Zapier trigger.
Endpoint:
POST /api/integrations/zapierSetup Steps:
- Get your API key from the API settings page
- Create a new Zap in Zapier
- Use the Webhooks by Zapier action (POST)
- Set the URL to https://relurl.com/api/integrations/zapier
- Add Authorization header: Bearer YOUR_API_KEY
- Send JSON body with url, slug, and title fields
Make (Integromat)
Build advanced automation workflows with Make. Connect RELURL to hundreds of apps and create powerful multi-step scenarios.
Endpoint:
POST /api/integrations/makeSetup Steps:
- Get your API key from the API settings page
- Create a new scenario in Make
- Add an HTTP module (Make a request)
- Set URL to https://relurl.com/api/integrations/make
- Set Method to POST
- Add Authorization header: Bearer YOUR_API_KEY
- Set Content-Type to application/json
- Send JSON body with url, slug, and title fields
WordPress
Automatically shorten all links in your WordPress posts. Our plugin detects URLs and replaces them with trackable short links.
Setup Steps:
- Install the RELURL WordPress plugin from the plugin directory
- Activate the plugin and go to Settings > RELURL
- Enter your API key
- Configure auto-shortening options
- All new links in posts will be automatically shortened
REST API
Build custom integrations with our full-featured REST API. Create, read, update, and delete short links programmatically.
Endpoint:
POST /apiSetup Steps:
- Generate an API key in your account settings
- Use the API base URL: https://relurl.com/api
- Authenticate with Bearer token in the Authorization header
- Refer to the API documentation for all endpoints
More Integrations
Google Analytics
Track campaigns with UTM parameters
AnalyticsSlack
Get notifications for link activity
CommunicationHubSpot
Sync contacts with link data
CRMMailchimp
Shorten links in email campaigns
EmailBuffer
Schedule and share short links
SocialAirtable
Manage links in a spreadsheet
ProductivityNotion
Embed link analytics in docs
ProductivityWebhooks
Real-time event notifications
Developer