User Input Via Email?

 Hi there,

Not sure if I'm going to need a script for this but here goes...

 

How do I send an email with possible links to decline or accept a job to freelancers that will change the job status in Knack automatically soon as they reply?

Many thanks in advance!

Posting mainly so I can find this again next time I forget...

Use the following template use a query string for a particular field in a form:

https://myapp.knack.com/page_url/?view_viewID_page=1&view_viewID_filters=[{"value":"INPUTSTRINGHERE","field":"field_fieldID","operator":"is"}]

You'll need to find the view ID and the field ID in the builder. You may also need to expand out the ASCII codes

https://myapp.knack.com/page_url/?view_viewID_page=1&view_viewID_filters=%5B%7B%22value%22%3A%22INPUTSTRINGHERE%22%2C%22field%22%3A%22field_fieldID%22%2C%22operator%22%3A%22is%22%7D%5D

I don't believe this works for pages that require a login

Hello Flo,

 

You can just create a two view which update a particular job. 

One view contain Drop-down(hidden) with value Accepted  and when user submit the button then it will update in knack record .

 

for rejection Same type of view just Change Accepted to Rejected as auto-fill in drop-down.

 

Or you can just use the Query-string parameter RecordId=xyz&Value=Accepted 

and RecordId=xyz&Value=Rejected . and update with the help of ajax call .

 

Regards,

Sunny Singla  

ssingla1985@gmail.com

+919855089359