Joey P. Posted June 6, 2019 Share Posted June 6, 2019 Hello, I am trying to a workflow to send some data to a Zapier webhook which will then do some things with it. Here is the details I am trying to gather and the URL that I would like to compile and post to webhook. Invoice Number Hours Example Data - Invoice Number: 399 - Hours: 1.5 https://hooks.zapier.com/hooks/catch/2181453/vqew4t/?invoice_number=399&hours=1.5 How can I do this? Link to comment
vitor Posted June 7, 2019 Share Posted June 7, 2019 Welcome @Joey P., Seems like that code is working, which suggests it may be using the real values to interact with your hook, which means you should probably redact that information. For that same reason, I’ve posted the example Workflow to a temporary file host (will be gone in two weeks). The only thing you need to do is call your URL with curl in a Run Script Action. To separate the arguments, ask for them with a Keyword Input connected to a Split Argument to Variables Utility. Like so. Link to comment
Joey P. Posted September 12, 2019 Author Share Posted September 12, 2019 @vitor Thanks so much for that explanation. I was not able to access the file because its been well over 2 weeks. It seems I never received a notification that someone responded to my message. Is it possible you can resend? Thanks!! Link to comment
vitor Posted September 13, 2019 Share Posted September 13, 2019 18 hours ago, Joey P. said: Is it possible you can resend? Thanks!! There you go. Please do download it this time; I had to remake it from scratch by following my instructions in the other post. And don’t forget to redact the private information in the top post, if this works for you. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now