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

Integrate with Saleshandy using HTTP API to send Clay data to Saleshandy

Updated over a week ago

Introduction

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

Send Clay data to Saleshandy

  1. In Saleshandy, 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 Saleshandy 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)

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

      {
      "name": "John Doe",
      "email": "[email protected]",
      "status": "Interested"
      }

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

Need More Help?

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

Did this answer your question?