hey,
I’m looking to access my webhook request timestamp data, any idea how to do it?
Used to do it with NOW , but the scenario failed and stopped, and I can’t access the correct timestamp anymore (which is the webhook request timestamp)
thank you
hey,
I’m looking to access my webhook request timestamp data, any idea how to do it?
Used to do it with NOW , but the scenario failed and stopped, and I can’t access the correct timestamp anymore (which is the webhook request timestamp)
thank you
Welcome to the Make community!
Possibly not the exact second, but you should be able to use
{{ var.scenario.executionStartedAt }}
Which is this variable in the variables panel:
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.
Hey,
unfortunately doesn’t work. I need the time of the webhook request and “execution started at” takes the time of when scenario runs.
Weird that there is no way to map the time.
thank you anyway.
Hello @amster,
I wonder if you could turn on Headers for the webhook and access the timestamp from them? If it works, it would only be going forward.
hey,
unfortunately no timestamp in the header, already tried
I think that if the time the service attempted to send the request to Make is important, then you should include that information in the query string or payload of the sending service.
If you’re trying to determine when Make caught the hook, even though it had to queue it because it wasn’t able to trigger the scenario for some reason, then that’s a different story.
Services go down from time to time, so you may need to just take that into consideration when building.
Welcome to the Make community!
Make doesn’t have a module for this particular endpoint “Get webhook logs”.
If the Make has a Developer API Reference/Documentation then you should be able to integrate the endpoints in Make using the app’s universal module (Make an API call) or generic HTTP “Make a request” module.
Try using the Make “Make an API call” module:
Performs an arbitrary authorized API call.
For more information, see https://www.make.com/en/integrations/make, and https://www.make.com/en/help/app/make in the help centre.
You can also suggest for it to be made in the Idea exchange. Don’t forget to search for it first, just in case someone already suggested it, so that you don’t end up creating a duplicate.
If you need assistance in setting up the app’s universal module, or the generic HTTP module, please provide additional information about what you have tried with regards to the external service’s Developer API Reference – how you are setting the connection up, a link to the endpoint are you trying to connect to, and what errors you are encountering.
You can also complete this brand new course/tutorial in the Make Academy on how to use external APIs — API calls with HTTP modules
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.
Yes, that is still possible. You’ll need a minimum of one module:
This is just an example. Your final solution may or may not look like this depending on your requirements.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.
Hey, awesome!
I already did it manually but this looks like it should work.
thank you very much for the help!
@Donald_Mitchell yes you are correct, I just didn’t do it in the first place. And afterwards I had the debacle…
No problem, glad I could help!
1. If anyone has a new question in the future, please start a new thread. This makes it easier for others with the same problem to search for the answers to specific questions, and you are more likely to receive help since newer questions are monitored closely.
2. The Make Community guidelines encourages users to try to mark helpful replies as solutions to help keep the Community organized.
This marks the topic as solved, so that:
To do this, simply click the checkbox at the bottom of the post that answers your question:
3. Don’t forget to like and bookmark this topic so you can get back to it easily in future!
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.