How to send your Clay table data to Amplemarket

Andre Barroso
Andre Barroso
  • Updated

Introduction

This guide will help you send your Clay table data to Amplemarket.

 

1. Navigate to your Clay table and add a new HTTP API enrichment.

2. Set the Method to POST and use the following endpoint format: https://api.amplemarket.com/sequences/{sequence_id}/leads

You can find the Sequence ID on the URL when opening the Sequence in detail: 
Screenshot 2025-03-21 at 16.55.17.png

 

Your request should look like this (Replace the {sequence_id} with the Sequence ID from the URL).

 

In the "Body" section, include the lead data using the following JSON format. You must provide at least an email or linkedin_url.


Note: If you are using any dynamic fields in the Sequence, these would need to be added on the body as well


Example:

You can verify the format of the request under our SequenceLeads API Documentation

 

In the Headers of the request, make sure to include:

    • Authorization: Bearer YOUR_API_KEY
    • Content-Type: application/json
    • You can find your API token in the API section of your Amplemarket dashboard.

 

 

 

Once you save and run your column, you should see a 200 response in the column cell indicating that a webhook was successfully sent.

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request