Incorrect data results from an API call passed to a Webhook

Hello All,

03/12/24 12:45 PM EDT update:

I’ve figured out how to pass the data to another Webhook. You have to use the “HTTP Make a request” module instead of an actual Webhook module.

The settings I have configured are;
URL: The destination Webhook
and the following;

Is there any way to pass all JSON data to the Webhook without explicitly stating each field name?

TIA,

Eric

I’m attempting to get results from an API call to the Apollo.io Person Enrichment Endpoint and pass them to a Webhook, but the results are not coming through properly.

My Apollo API query:
{
“linkedin_url”: “{{1.Contact LinkedIn URL}}”,
“reveal_personal_emails”: true,
“reveal_phone_number”: false,
“webhook_url”: “https://hook.us1.make.com/******************”
}

I can get the desired results from the API call, but they don’t appear properly in the Webhook destination.

Desired results:

Webhook results:

Any help is appreciated!

Thanks,

Eric

Just to clarify, are you attempting to take the output from your Apollo API and pass them TO another webhook which sends the data somewhere? I’m not 100% clear on what you’re looking to do with the output from the Apollo call…

thanks!

2 Likes

Yes, that is correct. Presently, the configuration sends the results to a Make Webhook, but in the future, the Webhook will be external.

E

@Sean_Vosler, I updated this post with the current status.

Is there any way to have the Request field include all the Input JSON data?

I want to pass all of the Apollo API JSON data to the Webhook.

TIA,

Eric