This topic was automatically generated from Slack. You can find the original thread here.
Hey team! I tried listing the actions for bill.com (app) and didn’t find any - is this a bug? How do I use the bill.com integration?
This topic was automatically generated from Slack. You can find the original thread here.
Hey team! I tried listing the actions for bill.com (app) and didn’t find any - is this a bug? How do I use the bill.com integration?
GET https://api.pipedream.com/v1/connect/<proj_id>/actions?app=bill
{
"page_info": {
"total_count": 0,
"count": 0
},
"data": []
}
Interested in this app
{
"id": "app_mArhQq",
"name_slug": "bill",
"name": "BILL",
"auth_type": "oauth",
"description": "The intelligent way to create and pay bills, send invoices, and get paid. Get started with BILL.",
"img_src": "https://assets.pipedream.net/s.v0/app_mArhQq/logo/orig",
"custom_fields_json":"[{\"name\":\"base_url\",\"label\":\"Base URL\",\"description\":null,\"default\":null,\"optional\":null,\"type\":\"options\",\"options\":[{\"label\":\"Sandbox\",\"value\":\"https://gateway.stage.bill.com/connect\"},{\"label\":\"Production\",\"value\":\"https://gateway.prod.bill.com/connect\"}]},{\"name\":\"username\",\"label\":\"Email address\",\"description\":\"Enter the email address used to sign in to your BILL account\",\"default\":null,\"optional\":null,\"enable_extract\":null},{\"name\":\"password\",\"label\":\"Password\",\"description\":\"Enter the pass you use to sign in to your BILL account\",\"default\":null,\"optional\":null,\"type\":\"password\"},{\"name\":\"organizationId\",\"label\":\"Organization ID\",\"description\":\"On your Bill home, navigate to Settings \> Sync \& Integrations \> Manage Developer Keys and copy your Organization ID there.\",\"default\":null,\"optional\":null,\"enable_extract\":null},{\"name\":\"developerKey\",\"label\":\"Developer Key\",\"description\":\"On your Bill home, navigate to Settings \> Sync \& Integrations \> Manage Developer Keys to generate a developer key, accepting the terms of service when prompted.\",\"default\":null,\"optional\":null,\"enable_extract\":null}]",
"categories": [
"Commerce"
],
"featured_weight": 0,
"connect": {
"allowed_domains": null,
"base_proxy_target_url": "https://{{custom_fields.base_url}}",
"proxy_enabled": true
}
},
Not a bug - there are no components built for the bill app. You can still build custom nodejs code steps in workflows.
If you need components built, you can request it here: Sign in to GitHub · GitHub
Got it, thanks!