Im writing a basic workflow to get my feet wet and running into an issue retrieving the expected json result from /campaigns?filters=status eq “ACTIVE”
Input of the Http Request
And some super weird SAML output
Any idea what im doing wrong? Works fine from postman
{
"name": "PrototypeCampaignNotifications",
"description": "",
"modified": "2023-11-21T19:07:31.287489287Z",
"modifiedBy": {
"type": "IDENTITY",
"id": "xxxx",
"name": "xxxxx"
},
"definition": {
"start": "HTTP Request",
"steps": {
"End Step — Success": {
"type": "success"
},
"HTTP Request": {
"actionId": "sp:http",
"attributes": {
"authenticationType": "OAuth",
"jsonRequestBody": {},
"method": "get",
"oAuthClientId": "xxxx",
"oAuthClientSecret": "$.secrets.xxxx",
"oAuthCredentialLocation": "oAuthInHeader",
"oAuthTokenUrl": "https://xxxx.api.identitynow.com/oauth/token/",
"requestContentType": "json",
"requestHeaders": {
"Accept": "application/json"
},
"url": "https://xxxx.identitynow.com/v3/campaigns",
"urlParams": {
"filters": "status eq \"ACTIVE\""
}
},
"nextStep": "HTTP Request 1",
"type": "action",
"versionNumber": 3
},
"HTTP Request 1": {
"actionId": "sp:http",
"attributes": {
"authenticationType": null,
"jsonRequestBody.$": "$.hTTPRequest.body",
"method": "post",
"requestContentType": "json",
"url": "https://webhook.site/xxxxx"
},
"description": "WebHook Debug",
"nextStep": "End Step — Success",
"type": "action",
"versionNumber": 2
}
}
},
"creator": {
"type": "IDENTITY",
"id": "xxxxxxxxxxxxxx",
"name": "xxxxxxxx"
},
"trigger": {
"type": "SCHEDULED",
"attributes": {
"cronString": "0 4 * * 0",
"frequency": "weekly",
"timeZone": "America/New_York",
"weeklyDays": [
"Sunday"
],
"weeklyTimes": [
"1969-12-31T09:00:00.000Z"
]
}
}
}