Forum Discussion
nmrao
6 years agoChampion Level 3
Is it http header with multiple values are you trying to send? How are you setting? Screen shot please?
- andrearosalesIB6 years agoNew Contributor
Hi!
Currently I have 2 headers: "Accept" and "Authorization". I attach the screenshot of the configuration. In particular, de parameter I'd have to send twice is "to".
This parameter has the format: "{"to": "someemail@email.com","placeholders": {"firstName": "name"}}"
So the idea would be to send the "to" parameter repeated as follows:
to = {"to": "someemail@email.com","placeholders": {"firstName": "name"}}
to = {"to": "someemail2@email.com","placeholders": {"firstName": "name2"}}
to = {"to": "someemail3@email.com","placeholders": {"firstName": "name3"}}
Related Content
- 9 years ago
- 6 years ago