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.
For this we will need two tools:

 

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

2. Set the Method to POST and paste the Inbound Workflow URL in the Endpoint section.

 

 

In the "Body" section, you'll want to include any data from your table that you'll want to send to Amplemarket formatted as JSON. When doing this make sure that these fields exist in the Sequence that is linked to the Inbound Workflow.


 

 

In the Headers of the request add:

Authorization: bearer YOU_API_TOKEN. 

 This token can be found on your API section in Amplemarket

Content-Type: application/json 

 

 

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