Postman Webhooks | Postman Level Up

preview_player
Показать описание
Learn how to create and trigger webhooks to run collections. Follow along to POST data to a URL.

Code sample

Docs

Contact us
If you have questions or comments about any Postman features, pricing, or anything else, our team is always ready. Simply visit our Support Center to get started:
Рекомендации по теме
Комментарии
Автор

When was this recorded? It's Jan 2024 now as I write this, and apparently there have been enough changes in Postman that the tutorial is difficult to follow. Same with the Getting Started in Postman Playlist videos (at least the ones I've watched so far).

owendessauer
Автор

That's great !! It looks like it should work, but you seem to leave out the Authorization details. I've found and entered my Auth Key but there's still a blank "Value" box and I'm getting 401 unauthorized code.

"error": {
"name": "AuthenticationError",
"message": "Invalid API Key. Every request requires a valid API Key to be sent."
}

Any extra details to help fix this would be awesome !!

lavelldishmon
Автор

Is there a way to automate the running of this? I have been trying for weeks now to automate a collection run using this webhook test so I can get a payload through it and use it in the collection. But it always stops working and behaving in unexpected ways. I ordered the endpoints first in my collection, and I specifically unselected the create webhook from the rummer. Running it, makes the webhook to get stuck, no payload received. Testes separately prior to the run worked. What is more strange is that running the webhook thing by ciklcking the sends in each endpoint, stopped working after using the runner.

RickerSilva
Автор

Why I get this instead of what your video shows? hello from the Test Script! [object Object], in your case it is shown the ahoy attribute. I tried using dot or square brackets to access ahoy attribute and always got undefined.

RickerSilva
Автор

I wish there was a more elegant way to display the the resulting payload. A big JSON gets split up into multiple lines in the console, having gaps in between.

orange_district
Автор

i am getting
{
"error": {
"name": "AuthenticationError",
"message": "Invalid API Key. Every request requires a valid API Key to be sent."
}
}
Please advice

augustinekudiyirippil
Автор

This video should be deleted. In 2024 it's impossible to follow this to create a webhook.

bradcodd