Set Custom HTTP Headers for REST Call

Hi Paul, have you been able to make any progress on this?

We recommend you test out your request in Postman

  1. first to make sure it works, and then you can transcribe the values into Skuid.

Headers

  1. that should be sent with every request are set up at the Data Source level ( Data sources --> Data Source --> Common HTTP Request Data)

Screen Shot 2020-09-03 at 2.43.51 PM.png

  1. For values to be set in the Body, you can set this up using a snippet. In the model properties, for Request Body Contents, you can choose As custom payload format in request body, and then you can write a Payload generation snippet to use for this.

  1. Parameters: You can send dynamic values in the Data source URL on the model properties.

Screen Shot 2020-09-03 at 2.59.49 PM.png

Does that help answer your question?