I need to make a json request which returns a pdf that needs to be saved and sen

I need to make a json request which returns a pdf that needs to be saved and sent out in an email. How would I go about doing this? The send Http Request plugin but that and other json plugins work only with text....

OriginalPostID-123666

OriginalPostID-123666

  Discussion posts and replies are publicly visible

Parents
  • As per my understanding of problem - you can use : Send HTTP Request Plug-in - which has a expression to get binary data over http - httpgetbinary() - returns binary response as Base64 String.
    The output can be used as input to smartservice in - Base64 Utilities Plug-in - Convert Base64 String to Appian Document Smart Service which then can be used to send by email as attachment.
Reply
  • As per my understanding of problem - you can use : Send HTTP Request Plug-in - which has a expression to get binary data over http - httpgetbinary() - returns binary response as Base64 String.
    The output can be used as input to smartservice in - Base64 Utilities Plug-in - Convert Base64 String to Appian Document Smart Service which then can be used to send by email as attachment.
Children