Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Greetings!
I have the following test automation that I am running to check the Send Mail block:
In the body of the email, I am just getting the following content:
How do I configure the inputs of the Send Mail block to get the output of the App Reload?
Cheers,
++José
Hi José,
I did not test, but there is an option to use a 'JSON' formula on the value from the webhook event 'App Reload Finished'.
This formula turns a JSON object into a JSON text format.
So, you can try to insert the value from the webhook event into the JSON formula and see if you can see it in the body of the email.
Or another option is to add the values from the JSON object as per property values to the message body instead of the whole JSON object.
Best Regards
Hi José,
I did not test, but there is an option to use a 'JSON' formula on the value from the webhook event 'App Reload Finished'.
This formula turns a JSON object into a JSON text format.
So, you can try to insert the value from the webhook event into the JSON formula and see if you can see it in the body of the email.
Or another option is to add the values from the JSON object as per property values to the message body instead of the whole JSON object.
Best Regards
Thank you Shai! Using the JSON formula is the solution I was looking for.