> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ringyo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Make (Integromat) Integration

> Build powerful automations with Ringyo AI and Make

<Info>
  The Make integration is coming soon. Join our [waitlist](https://ringyo.ai/integrations/make) to get early access.
</Info>

## Overview

Make (formerly Integromat) offers advanced automation capabilities with visual workflow builders. Our upcoming integration will bring Ringyo AI's voice capabilities to your Make scenarios.

## Planned Features

<CardGroup cols={2}>
  <Card title="Triggers" icon="play">
    * Watch for new calls
    * Watch for completed calls
    * Watch for voicemails
    * Watch for agent updates
  </Card>

  <Card title="Actions" icon="gear">
    * Create outbound call
    * Get call details
    * List recent calls
    * Manage agents
  </Card>
</CardGroup>

## Use Cases

* **Complex Workflows**: Build multi-step automations with conditional logic
* **Data Transformation**: Transform call data before sending to other apps
* **Batch Processing**: Process multiple calls in scheduled scenarios
* **Error Handling**: Robust error handling and retry logic

## Get Notified

<Card title="Join the Waitlist" icon="bell" href="https://ringyo.ai/integrations/make">
  Be the first to know when our Make integration launches.
</Card>

## Alternative: HTTP Module

Use Make's HTTP module with our [REST API](/api-reference/introduction) to build integrations today:

1. Create an HTTP module in your scenario
2. Configure it to call the Ringyo API
3. Add your API key in the headers
4. Parse the JSON response

```
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
```
