Go to menu
Go back to page
Project Basics
- Getting Started!
- Getting Started with SoGoSurvey
- Why SoGoSurvey
- Tour
- Home
- Verify My Account
- Account Creation
- Introduction to Packages
- Design
- Introduction to Project Design
- Create a Project
- Question Types
- Re-use Questions and Answers
- Project Logic
- Advanced Design Options
- Page Action
- Project Tools
- Project Options
- Introduction to Project Options
- Project Details
- Add Languages
- Anonymous Project
- Display Options
- Survey Event Messages
- Save and Continue Later
- Thank You Message
- Use Chain Invitations to Share Surveys
- Reopen Submitted Responses
- URL Redirect: Static and Dynamic
- Printing Options
- Expiry Rules
- Switch Project Type
- Enhanced Participation
- Automatic Email Alerts
- Question Features
- Project Branding
- Project Customization
- Good to Know
- Distribute
- Introduction
- Publish Project
- Other Publishing Options
- Automated Distribution
- Email Templates
- Contact Lists
- Reminders
- Track Participation
- Customizing Participation
- Good to Know
- Participation
- Report
- Introduction to Reports
- Run a Report
- Omni All in One Report
- Text Analysis
- Frequency Reports
- Cross Tabulation
- Individual Responses
- Raw Data
- Special Reports
- Legacy Reports
- Charts and Graphs
- Save, Export, Share Reports
- Filter Manager
- Good to Know
- Data & Security
- Import Options
- Export Data
- GDPR
- Integrations and API
- Account Administration
- Account Settings
- Account Settings
- Update Personal Information
- Update Company Information
- Linked Account
- Review Account Usage
- Project Allocation
- Customize Survey Labels
- Outbound Email Settings
- Payment History
- Billing Information
- View Product Details
- Account Security
- Recent Account Activity
- GDPR Compliance
- Single Sign-On (SSO)
- Account Notifications
- Referral Program
- 2-Step Authentication
- Email Settings
- Project Branding
- Manage Sub-Users
- Good to Know
- Account Settings
- Billing
- Introduction
- Sign Up and Upgrade
- SoGoSurvey Plans
- SoGoSurvey Standard Support
- Sign Up for a Paid Account
- Upgrade a Paid Account
- Acceptable Payment Methods
- Upgrade a Basic/Trial Account
- Switch to Annual Billing
- Payment Receipts
- Change Billing Information
- Upgrade Using Purchase Order
- Referral Benefits Program
- Payment Methods Available
- Failed Payment
- Downgrade or Cancel Account
- Getting Started!
- CX Metrics
- CX Dashboard
- Customer Touchpoints
- Analyze your drivers
- Key Driver Analysis Report
- Good to know
- Getting Started!
- Assessment Question types
- Score and more
- Quiz participation
- Get Results
- Introduction to Poll
- Build your Poll
- Launch your Poll
- Analyze your Poll
- Build Project
- Project Style
- Launch Project
- Analyze Project
- Account Settings
- Good to Know
When a participant submits a response to your project, HTTP Targets allow you to pass values from a response to a third-party application, using their REST APIs.
This feature is available only in our Enterprise plan. Contact us to take advantage of this option.
Here’s how it works:
- Within your SoGoSurvey account, click on the Utilities icon in the top right corner.
- Click Integrations.
- Click Create HTTP Target.
- Next, select the project on which you want to apply the HTTP Target.
- Enter the HTTP Target Name. Note that this name is only for internal use.
- In the URL section, enter the third party REST API’s endpoint URL.
- Select the method. Methods can be POST or PUT.
- Next, in Content type, select JSON or XML.
- Based on your Content type selection, click on Input JSON/XML tab. You will have an option to enter the JSON/XML. In the Response Variables tab you may copy and replace response variables in the JSON/XML.
- Turn on Authentication, if the REST API requires it, and enter username and password.
- Test the Target, then click Save.
- When you revisit HTTP Target, you’ll see the list of all targets created for each project. You may also create additional targets by clicking Create HTTP Target.
All HTTP Targets are executed once project response is received, this might take some time.