Number of webhook's calls | Community
Skip to main content
New Participant
June 23, 2021
Solved

Number of webhook's calls

  • June 23, 2021
  • 1 reply
  • 2052 views

Hello,

I need your help please.

We have a webhook which allows us to make a request to another tool to enrich company's data.

We have a limited credit for this enrichement.

 

How can I know how many times our webhook was called ?

I make a smart campaign with a flow call this webhook and then change our personnal field co_enrichement from false to true. But If we make a request, the tool reduces our credits even if we have not yet the response.

 

How I can be sure that webhook was called?

 

Thank you

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

... I don't know how applicate the filter to retrieve data about the one webhook and for the periode of time like from january to Juin of 2021.

There isn’t a “filter” per se on the server.

 

You would download all the Call Webhook activities for a month (you have to do 6 extracts for Jan-Jun, as each can only do up to 31 days).

 

Then filter on the client side (your app) to see the count for the webhook you’re interested in.

1 reply

SanfordWhiteman
New Participant
June 24, 2021

Hi,

 

The Call Webhook step in the Activity Log, as long as the response code is 200, is an accurate reflection of how many times your 'hook went on the wire. If you use the API to do a Bulk Activity Extract, you can total up the number of activities per day/other period.

New Participant
June 29, 2021

Thank you for your answer @sanfordwhiteman  .

I'm trying to applicate your methode but I don't know how applicate the filter to retrieve data about the one webhook and for the periode of time like from january to Juin of 2021.

 

 

DKR
SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
June 29, 2021

... I don't know how applicate the filter to retrieve data about the one webhook and for the periode of time like from january to Juin of 2021.

There isn’t a “filter” per se on the server.

 

You would download all the Call Webhook activities for a month (you have to do 6 extracts for Jan-Jun, as each can only do up to 31 days).

 

Then filter on the client side (your app) to see the count for the webhook you’re interested in.