Hi Team,
I have below request:
curl -X POST “https://api.everbridge.net/rest/uploads/892807736728829?uploadMethod=PARTIAL” -H “accept: application/json” -H “Authorization: a29uZ3Rlbmc6UGEkJHcwcmQ=” -H “Content-Type: multipart/form-data” -F “file=@nnn.csv;type=application/vnd.ms-excel”
I want to usi http request activity to do the same. Below is a snapshot of it:
URL: https://api.everbridge.net/rest/uploads/892807736728829
Parameter: uploadMethod = WITH_RECORD_TYPE
Simple http authentication in which I am giving the user id and pwd.
Attaching a csv file as attachment
Accept Format: JSON
Method: POST
Issue: I am unable to upload the file. Please suggest