Webhook not determining data structure. Help!

I’m trying to get information from the Carrot Real Estate websites into Facebook API.

The website platform has a Zapier integration that lets me put in a webhook address.

For some reason when it comes into Make, it doesn’t determine the data structure. It just passes it along as one long string.

Here’s the “download output bundles” information.

[
{
“{"Form ID":1,"Form Title":"Get A Cash Offer Today!","Entry ID":"57","Entry Date":"November 15, 2023 at 1:49 pm","User IP":"76.154.144.144","Source Url":"https:\/\/www.yahoo.com\/","Created By":"","Transaction Id":"","Payment Amount":"","Payment Date":"","Payment Status":"","Post Id":"","User Agent":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/118.0.0.0 Safari\/537.36","Session ID":"","Lead state":"","Lead Source":"(direct)","Property Address (Street Address)":"8326 W 87th Dr","Property Address (Address Line 2)":"","Property Address (City)":"Arvada","Property Address (State \/ Province)":"Colorado","Property Address (ZIP \/ Postal Code)":"80005","Property Address (Country)":"United States","Property Address":"8326 W 87th Dr Arvada Colorado 80005 United States","Phone":"1 (303) 555-5555","Email":"united70008@yahoo.com"}”: “”
}
]

Any ideas?

Welcome to the Make community!

1. Screenshots of module fields and filters

Please share screenshots of relevant module fields in question? It would really help other community members to see what you’re looking at.

2. Scenario blueprint

Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Screenshot_2023-08-24_230826
(Note: Exporting your scenario will not include private information or keys to your connections)

Uploading it here will look like this:

blueprint.json (12.3 KB)

3. And most importantly, Output bundles

Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module, save the bundle contents in your text editor as a bundle.json file, and upload it here into this discussion thread.
Screenshot_2023-10-06_141025

Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

We can’t use your existing output bundle as it isn’t valid JSON. In future, could you format JSON code before submitting the reply, otherwise the forum software will convert some characters to make them invalid (checked when pasted into https://jsonformatter.org)

A.

Could you format your JSON by editing three backticks ``` before and after the code, like this:

```
input/output bundle goes here
```

B.

or use the format code button in the editor:
Screenshot_2023-10-02_191027

C.

Alternatively, you can paste and save the contents of the bundles in your text editor as a bundle.json file, and upload it here into this discussion thread.

Once the post has been submitted, it’s too late to format it since it’s already butchered, and you need to make a fresh copy of output bundle, and format it before submitting the forum post.

Following these steps will allow others to assist you here. Thanks!

2 Likes