Tuesday
yesterday
Hi Jeffer,
The response to an email can be unsure as when the user will perform an action to the email.
You can have to follow asynchronous approach.
1. 1st Recipe will send an email with option yes/no which could be a workato API[https://docs.workato.com/api-mgmt/api-endpoints.html#setting-up-and-managing-api-endpoints ] and should be able to capture somewhere in the DB that the email has been sent. Like emailaddress, mail sent, response received[Yes/No].
2. 2nd receipe would listen to the request and update the db with response.
yesterday
@Prudvi Thanks for your reply. Can you provide more details on what you mean by: "email with option yes/no which could be a workato API". I looked at the docs page you linked to but I don't understand how these APIs would be put to use in this use case. I have my own API that updates my objects and I have a Status field to track that the email has been sent, responded to, etc.
yesterday
yesterday
@Prudvi This is exactly what I want to do. How do I set up the link so that hovering over it calls my api? I can't tell from that doc page where I would start.