Automations

Automations let you automate workflows. These are instructions that Notis will automatically send to you or your team on a schedule you define or triggered using a webhook

What Are Automations?

An Automations is an instruction that Notis will be ask to perform based on a trigger. Use them automating repetitive workflow.

💡

Whenever Notis runs an Automation the context of the conversation at the time you set the prompt is automatically recalled, so Notis remembers what you were discussing. You can also ask Notis to link a Notion entry to a reminder so it’s context is easily retrieved.

Schedule trigger

  • Schedule triggers will run your instruction at a regular interval.
  • They can be created or updated through Notis or via the portal.

Examples

“Every Friday at 5pm, sends me a summary of the task completed this week.”
“Can you list all my automation?”
“Delete my Friday summary automation.”

Webhook trigger

  • Webhook triggers generate a unique URL that can be called by any automation platforms to trigger the instruction (e.g Zapier, Make or directly in Notion)
  • When the URL is called the instruction will run on your selected channel.
  • When the webhook is called with a POST request, the content of the request is passed to Notis along with your instructions
  • They can be created or updated through Notis or via the portal.

Examples

“Create a new webhook automation that schedule a new social media post for today based on the blog post provided.”
💡

Automations are particularly powerful when combined with databases with custom instructions set. This allow creating extremely advanced workflow Learn more.

Configuring your webhook in Notion

Once Notis has provided you with your automation’s webhook URL or you’ve used the Notis portal to obtain it, you can configure Notion to call it with the built-in automation tool.

  1. Open the database that should trigger the webhook and click the automations icon:
    1. Notion image
  1. Configure your trigger in the first section:
    1. Notion image
  1. Select “Send webhook” in the second section called “Do” and paste your Notis Automation webhook URL:
    1. Notion image
  1. Select the content that you want to pass along with your instructions to Notis.
 

To learn more about how to setup Notion automations with with webhooks, check the Notion documentation. Webhooks are also compatible with any major automation platforms such as Zapier, Make and Pipedream.

⚠️

Keep your webhooks URL strictly private, as they have full editing access to your workspace. Webhooks don’t return any information, so they can’t be used to read your Notion workspace. For this use case, you need to use the Notis API.

Did this answer your question?
😞
😐
🤩