
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Newbie question about output JSON structure not appearing in email body after App Reload Finished automation...
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é
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Shai! Using the JSON formula is the solution I was looking for.
