# Automate- Using an HTTP Connector to Send Data to a 3rd Party System

### About this export

| Field | Value |
| --- | --- |
| **content_type** | lesson |
| **platform** | contentstack-academy |
| **source_url** | https://www.contentstack.com/academy/courses/contentstack-for-developers/automate--using-an-http-connector-to-send-data-to-a-3rd-party-system |
| **course_slug** | contentstack-for-developers |
| **lesson_slug** | automate--using-an-http-connector-to-send-data-to-a-3rd-party-system |
| **markdown_file_url** | /academy/md/courses/contentstack-for-developers/automate--using-an-http-connector-to-send-data-to-a-3rd-party-system.md |
| **generated_at** | 2026-05-04T05:36:51.486Z |

> Part of **[Contentstack for Developers](https://www.contentstack.com/academy/courses/contentstack-for-developers)** on Contentstack Academy. **Academy MD v3** — structured for retrieval; no quiz or assessment keys.

<!-- ai_metadata: {"lesson_id":"24","type":"text","duration_minutes":1,"topics":["Automate","Using","HTTP","Connector","Send","Data"]} -->

#### Lesson text

## Sending HTTP Messages with Automate

An [HTTP Action](https://www.contentstack.com/docs/developers/automation-hub-connectors/http-action/) allows us to send an HTTP call when a trigger event occurs. This enables us to send JSON from an _entry, asset, or release_ to any service that accepts an HTTP POST, GET, PUT, DELETE, or PATCH.  
In this module we will use an _HTTP Action connector_ to send the _entry_ JSON to an external webhook listener. This method can be used to integrate with third-party systems that do not have a pre-built connector but can receive a GET or POST request.

Topics covered:

*   Sending JSON to an external web service
    
*   Using the website http://webhook.site to receive to our HTTP message
    

Please watch the following video to see an example of sending an HTTP message with _automate:_

### **Exercise: Create a new Automation that sends an HTTP Post request to a 3rd party web service when an** _entry_ **is published**

1\. Create a new Automation using a _Contentstack_ Trigger  
2\. Add a new _action_ and use the _HTTP Connector_   
3\. Go to http://webhook.site and create a new webhook listener  
4\. In the Configure Action step, specify the URL of the webhook from above

#### Key takeaways

- Connect **Automate- Using an HTTP Connector to Send Data to a 3rd Party System** back to your stack configuration before moving to the next module.
- Capture one concrete artifact (screenshot, Postman call, or code snippet) that proves the step works in your environment.
- Re-read the delivery versus management boundary for anything you changed in the entry model.

## Supplement for indexing

### Content summary

Automate- Using an HTTP Connector to Send Data to a 3rd Party System. Sending HTTP Messages with Automate An HTTP Action (https://www.contentstack.com/docs/developers/automation-hub-connectors/http-action/) allows us to send an HTTP call when a trigger event occurs. This enables us to send JSON from an entry, asset, or release to any service that accepts an HTTP POST, GET, PUT, DELETE, or PATCH. In this module we will use an HTTP Action connector to send the entry JSON to an external webhook listener. This method can be used to integrate with third-party systems that do not have a pre-built connector but can receive a GET or POST request. Topics covered: Sending JSON to an external web service Using the website http://webhook.site to receive to our HTTP messag

### Retrieval tags

- Automate
- Using
- HTTP
- Connector
- Send
- Data
- contentstack-for-developers
- lesson 24
- Automate- Using an HTTP Connector to Send Data to a 3rd Party System
- contentstack-for-developers lesson

### Indexing notes

Index this lesson as a primary chunk tagged with lesson_id "24" and topics: [Automate, Using, HTTP, Connector, Send, Data].
Parent course slug: contentstack-for-developers. Use asset_references URLs as thumbnail hints in search results when present.
Never surface LMS quiz content or assessment answers from this file.

### Asset references

_No image or video thumbnail URLs were extracted._

### External links

| Label | URL |
| --- | --- |
| Contentstack Academy home | `https://www.contentstack.com/academy/` |
| Training instance setup | `https://www.contentstack.com/academy/training-instance` |
| Academy playground (GitHub) | `https://github.com/contentstack/contentstack-academy-playground` |
| Contentstack documentation | `https://www.contentstack.com/docs/` |
| HTTP Action | `https://www.contentstack.com/docs/developers/automation-hub-connectors/http-action/` |
