Audience Connectors JSON Payload

Bronze Contributor
Bronze Contributor

Using: Send Customized Data via HTTP Request (Advanced)

Following this guide:

https://community.tealiumiq.com/t5/Customer-Data-Hub/Webhook-Using-the-Send-Customized-Data-via-HTTP...

How do I get the exact output thatan Audience Connector Webhook is sending to my site via a POST?

2 REPLIES 2

Audience Connectors JSON Payload

Tealium Employee

Hi @metpdolan 

1. You can use Trace.  If you click on the entry in the trace that shows Actions Processed, it gives you all the detail of the variables, templates and then the actual payload sent, see screenshots below.

2. You could use something like webhook.site temporarily, for test users.  There, you can create a temporary endpoint.  If you change your webhook's url to that (again just for test users), it will show you exactly what was received.

Screenshot 2020-05-26 at 08.40.48.pngScreenshot 2020-05-26 at 08.41.55.png

Audience Connectors JSON Payload

Bronze Contributor
Bronze Contributor

I also noticed since I added body data, I needed to set to  urlencoded or form data then it worked. 

Public