I’m trying to figure how to take a base64 string and create an attachment on an appointment. I’ve been able to do this in postman but I’m not sure what the C# code would be to accomplish this.
In this post:
It talks about using WebClientHelper but I’m not sure what package that is from.