I have been messing around with the api plug in but cant find an example on how to set this up. This is a one way post, I’m not looking for anything in return. Should be simple???
Thanks for responding! I’m a beginner at this, all I want to do is send to the url. if i paste into my browser and send call loop creates a contact for me. I’m just not sure why its not working in a workflow. Is it because im on not on a live version of my app yet?
You say that you copy the URL in browser and it work. This mean it’s a GET request and not a POST. Browser only do get request.
Also, your url parameter should look like ?phone=[phone]&email=[email] an not just the tags.