pablonaj
BRBuildShip + Rowy
•Created by pablonaj on 10/27/2024 in #❓・buildship-help
How can I make a switch for cases when a query parameter is null?
I have a workflow and sometimes some of the query parameters are null or not existing, how can I handle this so the workflow doesn't fail?
8 replies
BRBuildShip + Rowy
•Created by pablonaj on 10/14/2024 in #❓・buildship-help
Issue with a Rest API Call trigger
I have an issue with a Rest API Call trigger, I am triggering a webhook from Inoreader with the content of an RSS in Json. When I post it from Postman or Hoppscotch it works, but when it's coming from Inoreader Buildship most times the body has no content.
Any idea what could be causing this? I cannot change the way the webhook is sent from Inoreader, is there anything I can change in Buildship to make sure the content is read properly?
I tried sending the same webhook to webhook site and this is what is received.
Request Details
POST https://webhook.site/7748369e-de5c-4661-b250-d2be4740ff62
Host 92.247.181.45 Whois Shodan Netify Censys VirusTotal
Date 13/10/2024 22:00:42 (13 minutes ago)
Size 3.8 kB
Time 0.000 sec
ID 99e0eab4-72b4-4599-85ac-8da0613ba15d
Note Add Note
Headers
content-length 3869
x-inoreader-rule-matches-total 31
x-inoreader-rule-matches-today 13
x-inoreader-rule-name Summarize with Buildship
x-inoreader-user-id 1005111691
content-type application/json
accept /
user-agent Inoreader Webhook Processor/1.0
host webhook.site
Query strings
(empty)
Form values
(empty)
4 replies
BRBuildShip + Rowy
•Created by pablonaj on 4/6/2024 in #❓・buildship-help
Need basic help with parsing a query...
I am trying to get the value from canonical href (the link) in this following sample call.
Am I right using Query Parameter? I have tried a few things and can't make it work.
{
"rule": {
"name": "Gaming News",
"matchesToday": "112",
"matchesTotal": "11852"
},
"items": [
{
"crawlTimeMsec": "1553225690484",
"timestampUsec": "1553225690484482",
"id": "tag:google.com,2005:reader/item/000000048c7e8793",
"categories": [
"user/1001926517/state/com.google/reading-list",
"user/1001926517/state/com.google/read",
"user/1001926517/label/Gaming"
],
"title": "Vampire: the Masquerade - Bloodlines Is Getting A Sequel, And It Looks Pretty Good",
"published": 1553225400,
"updated": 0,
"canonical": [
{
"href": "https://kotaku.com/vampire-the-masquerade-bloodlines-is-getting-a-sequel-1833479366"
}
],
"alternate": [
{
"href": "https://kotaku.com/vampire-the-masquerade-bloodlines-is-getting-a-sequel-1833479366",
"type": "text/html"
}
],
"summary": {
"direction": "ltr",
"content": "The 2004 roleplaying game left a lasting impression on roleplaying fans despite some clumsy gameplay...."
},
"author": "Heather Alexandra",
"likingUsers": [],
"comments": [],
"commentsNum": -1,
"annotations": [],
"origin": {
"streamId": "feed/http://kotaku.com/rss",
"title": "Kotaku",
"htmlUrl": "http://kotaku.com/"
}
}
]
}
5 replies