hacker
6
Okay, so:
-
Here I create an “evento” that is an event with “inicio” that is the start time and “fin” that is the end time. I also assign the “evento” to a “paciente” that is a type that contains and email.
-

Then I schedule the API workflow that the scheduled date is 7 days before the start time of the event and I also ad the parameters.
-
The API workflow has only this action. And all the things are set up correctly I think.
When I see the event in my app,

the “Fecha inicial” (start date) and “Fecha final” (end date) are okay.
But in the email

The “10:30am - 11:15am” should be “10:30am - 11:30am”.
Thanks for your help