Skip to main content
All CollectionsIntegrations and EnrichmentsClay
Guide: Integrate with JustCall using HTTP API
Guide: Integrate with JustCall using HTTP API

Automate the process of adding leads into a Sales Dialer campaign using JustCall and Clay

Updated over a week ago

Introduction

In this help center article, you will find step-by-step instructions on how to seamlessly integrate JustCall with Clay using the HTTP API enrichment.

Send Clay data to JustCall(Sales Dialer)

  1. In JustCall, navigate to the API section and generate a new API key.

  2. In Clay, set up a new HTTP API integration with the following settings:

    1. Method: POST

    2. Endpoint: Choose an endpoint from the JustCall API Docs

    3. Headers:

      -You'll need an Authorization header with a value set to Bearer YOUR_API_KEY (replace with the API key from step 1)

      -You'll need an Accept header with a value set to application/json

    4. Body: Add your JSON object with the data you want to send to Sales Dialer:

      {
      "campaign_id":"2265065",
      "first_name": <Map column>,
      "last_name": <Map column>,
      "phone": <Map column>,
      "email": <Map column>,
      "occupation": <Map column>
      "address": <Map column>,
      "custom_props": {
      "custom_field_id": <Map column>,
      "custom_field_id": <Map column>,
      "custom_field_id": <Map column>
      }
      }

  3. You can adjust these settings depending on the type of data you want to send to Sales Dialer.

    Need More Help?

    Chat with us below or email us at [email protected].

Did this answer your question?