Email exporting

Hi,

is there an example on how to use shapediver api for email exporting?

The documentation page was completed with detailed information about the different types of export and a full example at the bottom of the page: https://support.shapediver.com/hc/en-us/articles/360014895112

Let me know if you need more information.

Hi,

I have two questions:

  1. Is there a way to input dynamic email using the API? I see for the email function we use the email that is set in the model, but I want to create an interface where users can input custom email

  2. I also have an error while following the email guide, is the documentation compatible with the latest api 2.8?

Hi @bodibodileg,

  1. To dynamically change the email set in the ShapeDiverExportEmail component, just connect a ShapeDiverTextInput component to the “Email” parameter. Then you will be able to change the email as you would change any other parameter. You can do the same for all the other parameters (Format, Name, Subject, Body).

  2. The latest API is the 2.11.0 Could you please update the API you are using and try again?

Sure, Il try, thanks