What is the "tag" in the webhook API URL? | Community
Skip to main content
Answered

What is the "tag" in the webhook API URL?


The Webhook API walkthrough shows a {tag} element of the URL to POST to (separate from the {form_id}). But scouring the documentation, I can’t find any explanation of what it is. When trying to post to anything around that, I receive a 404 with the response:

 

{"code":"NOT_FOUND","description":"Endpoint not found"}

 

What is that {tag}?!

Best answer by jerschneid

Nevermind… I just figured it out. {tag} according to the Postman is “Unique name you want to use for the webhook.”. I was getting that NOT_FOUND error because I was doing a POST when I should have been doing a PUT.

View original

2 replies

  • Author
  • Explorer
  • 1 reply
  • Answer
  • June 23, 2023

Nevermind… I just figured it out. {tag} according to the Postman is “Unique name you want to use for the webhook.”. I was getting that NOT_FOUND error because I was doing a POST when I should have been doing a PUT.


Grace
Community Team
Forum|alt.badge.img+5
  • Community Advocate
  • 2687 replies
  • June 26, 2023

Great to hear you figured it out @jerschneid thanks so much for sharing what you changed here, you never know when someone else is looking for the same thing 😊


Reply