Noticeable

Use Noticeable to announce new features, your latest releases, and relevant news. Improve user engagement with an easy to use newsfeed and changelog.

Go to site
Explore
/
Apps
/
Noticeable

Noticeable API Integrations

Build and run workflows using the Noticeable API. Use 1000s of source-available triggers and actions across 1400+ apps. Or write custom code to integrate any app or API in seconds.

Overview

What you can build using the Noticeable API

Noticeable is an API designed to make it easier for developers to build applications and services for healthcare, elderly care, home automation and beyond. Using the Noticeable API, developers can create and manage applications that automate everyday tasks and enable social interaction, increase senior safety, and enable health care professionals to remote monitor their patients.

The Noticeable API lets developers create applications for:

  • Motion Detection & Notification: Create motion detection systems, connected doorbells and environmental monitors.
  • Remote Video Surveillance: Create surveillance systems powered by wireless cameras.
  • Automation & Robotics: Create robotic cleaners and automated systems for senior safety.
  • Location & Tracking Solutions: Develop location-based tracking and location sharing applications.
  • Health & Wellness Monitoring: Monitor health metrics, create health dashboards, and gain better insights into the health of the elderly and patients.
  • Social Interactions: Enable seniors and patients to communicate more easily with theircaregivers and connect with other users remotely.
  • Home & Hospital Care: Develop applications and services to assist in home care and hospital care, including prescription delivery and medication reminders.
  • Automated Home Care: Automate care for family members that need special attention, such as tips for energy efficiency and protection against theft.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    noticeable: {
      type: "app",
      app: "noticeable",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.noticeable.io/graphql`,
      headers: {
        "Authorization": `Apikey ${this.noticeable.$auth.api_key}`,
      },
      params: {
        //Replace the query below with your own
        query: `query { organization { projects(first: 10) { pageInfo { hasNextPage } edges {
             node { name posts(last: 10) { edges { node { title permalink } } } } } } } }`,
      },
    })
  },
})

Choose an API to Connect with Noticeable API

1
-
12
of
1400+
apps by most popular

HTTP / Webhook
HTTP / Webhook
Get a unique URL where you can send HTTP or webhook requests
Node
Node
Anything you can do with Node.js, you can do in a Pipedream workflow. This includes using most of npm's 400,000+ packages.
Schedule
Schedule
Trigger workflows on an interval or cron schedule.
Beta
Python
Python
Anything you can do in Python can be done in a Pipedream Workflow. This includes using any of the 350,000+ PyPi packages available in your Python powered workflows.
Beta
Data Stores
Data Stores
Use Pipedream Data Stores to manage state throughout your workflows.
Telegram Bot
Telegram Bot
Telegram is a cloud-based instant messaging and voice over IP service
OpenAI (ChatGPT)
OpenAI (ChatGPT)
OpenAI is an AI research and deployment company with the mission to ensure that artificial general intelligence benefits all of humanity. They are the makers of popular apps like ChatGPT and DALL·E 2.
Google Sheets
Google Sheets
With Google Sheets, you can create, edit, and collaborate wherever you are
Discord
Discord
Use this app to create a Discord source that emits messages from your guild to a Pipedream workflow.
GitHub
GitHub
Where the world builds software. Millions of developers and companies build, ship, and maintain their software on GitHub—the largest and most advanced development platform in the world.
Formatting
Formatting
Pre-built actions to make formatting and manipulating data within your workflows easier.
Slack
Slack
Slack is a channel-based messaging platform. With Slack, people can work together more effectively, connect all their software tools and services, and find the information they need to do their best work — all within a secure, enterprise-grade environment.
Create Email Subscription with Noticeable API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Noticeable
 
Try it
Send Message (Advanced) with Discord Webhook API on New Email Subscription Created Event from Noticeable API
Noticeable + Discord Webhook
 
Try it
Create Email Subscription with Noticeable API on New Submission from Typeform API
Typeform + Noticeable
 
Try it
Create Email Subscription with Noticeable API on Custom Events from Zoom API
Zoom + Noticeable
 
Try it
Get Film with SWAPI - Star Wars API on New Email Subscription Created Event from Noticeable API
Noticeable + SWAPI - Star Wars
 
Try it
New Email Subscription Created Event from the Noticeable API

Emit new events when a new email subscription created. See the docs

 
Try it
New Email Subscription Deleted Event from the Noticeable API

Emit new events when an email subscription is deleted. See the docs

 
Try it
New Publication Created Event from the Noticeable API

Emit new events when a new publication created. See the docs

 
Try it
New Publication Deleted Event from the Noticeable API

Emit new events when a new publication deleted. See the docs

 
Try it
New Publication Updated Event from the Noticeable API

Emit new events when a new publication is updated. See the docs

 
Try it
Create Email Subscription with the Noticeable API

Creates an email subscription, See the docs

 
Try it
Create Publication with the Noticeable API

Creates a publication, See the docs

 
Try it
Delete Email Subscription with the Noticeable API

Deletes an email subscription, See the docs

 
Try it
Search Email Subscriptions with the Noticeable API

Searches email subscriptions for the given options. If no options given, retrieves all subscriptions, See the docs

 
Try it
Update Email Subscription with the Noticeable API

Updates an email subscription, See the docs

 
Try it

Authentication

Noticeable uses API keys for authentication. When you connect your Noticeable account, Pipedream securely stores the keys so you can easily authenticate to Noticeable APIs in both code and no-code steps.

To communicate with the Noticeable.io's GraphQL server, you'll need an API Key.