ReplySync automations now support HTTP requests, allowing you to integrate with any external system that has an API.

With the new HTTP Request step, you can:
- Send requests using any HTTP method (GET, POST, PUT, PATCH, DELETE, etc.)
- Use variables and custom contact properties inside URLs, headers, and bodies
- Add custom headers (authentication, signatures, etc.)
- Send request bodies as JSON, form data, or raw text

- Parse API responses and store returned values directly into contact properties

- Configure timeouts and retry logic for more reliable automations

- View full request & response logs in the automation run history
