Skip to main content
Best answer

Params in the url

  • July 3, 2020
  • 2 replies
  • 1237 views

Hi,

Making actions, got to the point where I need to reach the next url.

www.example.com/something/{id}

I was wondering how we do pass in Zapier that id, as is not part of a input?

 

Thanks

Best answer by dimanche

Think that I found it,

I make a new input - and in the url I use it like this

www.example.com/something/{{bundle.inputData.id}}

 

Getting other errors but believe they are not connected

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

  • Author
  • Beginner
  • Answer
  • July 3, 2020

Think that I found it,

I make a new input - and in the url I use it like this

www.example.com/something/{{bundle.inputData.id}}

 

Getting other errors but believe they are not connected


andywingrave
Forum|alt.badge.img+9
  • Zapier Solution Partner
  • July 3, 2020

Thanks for updating us @dimanche !