How Do I Automate PasswordPusher Web App?

Hi, Totally clueless person here looking to automate using https://pwpush.com

I am unsure how to set up this action in KM? Here is the example javascript:

$.post('https://pwpush.com/p.json',{ 'password[payload]': 'mypassword', 'password[expire_after_days]': '2', 'password[expire_after_views]': '10' }, function(data) { alert(data.url_token) } )

Thanks for the help

I hope you don't mind that I have revised your topic title to better reflect the question you have asked.

FROM:
Pwpush macro

TO:
How Do I Automate PasswordPusher Web App?

This will greatly help you attract more experienced users to help solve your problem, and will help future readers find your question, and the solution.

Have you tried using the KM Execute a JavaScript in Browser action?