Generating click.smartsheet email
Hey guys,
I am helping a client elevate their Smartsheet setup.
Currently, they have an email automation that sends an email to a customer when a certain field in smartsheet has been updated. The email contains a URL starting with "click.smartsheet", the customer clicks on it and updates certain fields in smartsheet.
I would like to know how is this URL generated? Is there an API call I can use?
Best Answer
-
Leibel S ✭✭✭✭✭✭
You cannot sent an update request via API to text.
Answers
-
Leibel S ✭✭✭✭✭✭
That is probably an update request.
You can send an update request via API. don't think there is a way to (directly) get that link
-
samiabid ✭
this is what the URL looks like in email:
-
Leibel S ✭✭✭✭✭✭
Just updated my comment, it is an update request link. You can send an update request via API. don't think there is a way to (directly) get that link
What are you trying to do?
-
samiabid ✭
Ahh I see, thanks for the input.
我们也苍白t to send the update link via SMS through Zapier, apart from emails. Hence I am looking for a way to generate this URL programmatically.
ideally when the email is sent, we also want to trigger an SMS at the same time with that link I pasted.
-
Leibel S ✭✭✭✭✭✭
Only way is to pull the link from the email
Maybe copy a certain account and that account is monitored by your service and parses the email to get the link then sends it out (not sure how you get the phone number in there)
-
samiabid ✭
I see. And if we take the email part out just an update request via API could also do the trick?
-
Leibel S ✭✭✭✭✭✭
You cannot sent an update request via API to text.