Zapier Integration
Connect Go2 to 6,000+ apps with Zapier automation.
Connect Go2 to thousands of apps and automate your link management workflows.
Overview
With Zapier, you can automatically create short links, track clicks, and sync data between Go2 and your favorite tools like:
- CRM: Salesforce, HubSpot, Pipedrive
- Email: Gmail, Mailchimp, SendGrid
- Social Media: Twitter, LinkedIn, Facebook
- E-commerce: Shopify, WooCommerce, Stripe
- Analytics: Google Analytics, Mixpanel
- And 6,000+ more apps
Getting Started
1. Create a Zapier Account
If you don't have one, sign up for Zapier (free plan available).
2. Get Your Go2 API Key
- Log in to your Go2 dashboard
- Go to Settings → API Keys
- Click "Create New API Key"
- Copy the key (you'll need it for Zapier)
3. Connect Go2 to Zapier
- Go to Zapier's Go2 integration page
- Click "Connect Go2"
- Enter your API key when prompted
- Test the connection
Common Zaps
Create Short Links from New Emails
Trigger: New email in Gmail
Action: Create short link in Go2
Use Case: Automatically shorten links in incoming emails and add them to your link library.
Setup:
- Choose Gmail as trigger → "New Email"
- Choose Go2 as action → "Create Link"
- Map email content to
destinationUrl - Optionally add tags like
["email", "incoming"]
Post Short Links to Social Media
Trigger: New link created in Go2
Action: Post to Twitter/LinkedIn
Use Case: Automatically share new links on social media when created.
Setup:
- Choose Go2 as trigger → "New Link Created"
- Choose Twitter as action → "Create Tweet"
- Map
shortUrlto tweet content - Add link title as tweet text
Track Link Clicks in Google Sheets
Trigger: Link clicked in Go2
Action: Add row to Google Sheets
Use Case: Maintain a spreadsheet of all link clicks for reporting.
Setup:
- Choose Go2 as trigger → "Link Clicked"
- Choose Google Sheets as action → "Create Spreadsheet Row"
- Map click data: date, country, device, referrer
Sync Links to CRM
Trigger: New link created in Go2
Action: Create record in Salesforce/HubSpot
Use Case: Track marketing campaigns in your CRM.
Setup:
- Choose Go2 as trigger → "New Link Created"
- Choose your CRM as action → "Create Record"
- Map link data to CRM fields
Send Slack Notifications for High-Performing Links
Trigger: Link clicks exceed threshold
Action: Send Slack message
Use Case: Get notified when a link goes viral.
Setup:
- Choose Go2 as trigger → "Link Clicks" (with filter)
- Choose Slack as action → "Send Channel Message"
- Format message with link stats
Advanced Workflows
Multi-Step Zap: Email → Link → Social Media → Analytics
- Trigger: New email in Gmail
- Action: Extract URLs from email body
- Action: Create short link in Go2 for each URL
- Action: Post to Twitter with short link
- Action: Log to Google Sheets
Conditional Logic
Use Zapier's filters to create conditional workflows:
- If link clicks > 1000 → Send Slack notification
- If link expires → Archive in CRM
- If link from specific domain → Add special tag
Webhook Integration
For more advanced automation, use Go2 webhooks with Zapier's Webhooks by Zapier:
- Set up a webhook in Go2 dashboard
- Use Zapier's "Catch Hook" trigger
- Process webhook payload in your Zap
Example Webhook Payload:
{
"event": "click",
"link": {
"id": "lnk_abc123",
"shortUrl": "https://go2.gg/summer-sale",
"destinationUrl": "https://example.com/product"
},
"click": {
"country": "US",
"device": "mobile",
"referrer": "twitter.com",
"timestamp": "2024-06-15T14:22:00Z"
}
}
Tips & Best Practices
- Use Filters: Add filters to avoid processing unwanted links
- Batch Operations: Use Zapier's built-in delays for bulk operations
- Error Handling: Set up error notifications for failed Zaps
- Testing: Always test your Zaps with sample data first
- Rate Limits: Be aware of Zapier's rate limits (varies by plan)
Troubleshooting
Connection Issues
- Verify your API key is correct
- Check API key permissions
- Ensure your Go2 account is active
Missing Data
- Check field mapping in Zap steps
- Verify trigger conditions are met
- Review Zap history for errors
Rate Limiting
- Upgrade Zapier plan for higher limits
- Add delays between steps
- Use filters to reduce trigger frequency
Resources
Need Help?
- Check Zapier's support
- Review Go2 API docs
- Contact Go2 support for API-specific questions