Hello all,
Thanks for reading :slightly_smiling_face:
I have a base with a table call « people »
People has a Name, a email, a status.
I am doing a automation that « whenever a status is change to ‘Send a Email’, Send a email with different status to update »
When the status is changed to ‘Send a email’ a mail is send to the person with the current email :
To : [Email]
Hello [Name],
How are you today ?
I don’t know what should I do to update the different row, creating a page that use incoming webhooks from the email with the object id in get url parameter or talk to a Dev to do that using the API, or an other solution ?
Thanks again for reading and for the help