HTTP End Point
🌐 HTTP Destination Setup – Sending Data to Web Endpoints via AudienceSync
🧠 Overview
The HTTP destination connector allows you to send data from AudienceSync to any web-accessible endpoint via HTTP POST. This is ideal for pushing data into custom APIs, middleware platforms, or external services that support HTTP ingestion.
🔧 Step-by-Step Setup
1. Access AudienceSync
- Log in to your AudienceSync account.
- Navigate to the Destinations section in the sidebar.
2. Create a New Destination Connector
- Click Add Destination
- Choose HTTP from the list of available destination types.
3. Configure Connection Settings
Fill in the following fields:
- Destination URL
The full HTTP endpoint where AudienceSync should send the data.
- Headers (Optional)
A list of key-value pairs (e.g., Authorization
, Content-Type
, etc.) needed by your receiving system.
💡 You can add as many custom headers as required for authentication, content negotiation, etc.
4. Test the Connection
- Use the Test Connection feature to ensure AudienceSync can successfully reach your HTTP endpoint.
- If the test fails, double-check your URL and headers for typos or incorrect values.
5. Finalize and Save
- After passing the test, click Finish to save your configuration and activate the HTTP connector.
✅ You’re Done!
You’ve now successfully set up an HTTP destination in AudienceSync. Your data can be routed to any external system that supports HTTP-based ingestion, enabling integrations across your stack.
Did this answer your question?
😞
😐
🤩
Last updated on August 6, 2021