Maybe you can help me. I am currently writing a program with visual basic, which pulls out all customers from our Shopify store via GET HTTP request and then this json packet should be automatically placed in a queue via post command to UiPath. Unfortunately I can’t get any further because the API is currently only causing me problems. I currently have the error “Error Details: {”message": ‘queueItemParameters must not be null’, ‘errorCode’:0, ‘traceId’: ‘00-59e0008de11d8f5f595354af958360b3-f3ab053e8a12e417-00’}” See attachment, this is what my package looks like which I want to send over with “SpecificContent, QueueName, etc”. Can you read anything from there what I am doing wrong or how I have to design the JSON packet? Thanks for your time and help.