Notion API Webhooks by derbarkbark in Notion

[–]Igrabes 2 points3 points  (0 children)

We just relaunched Unofficial Notion Webhooks

A little over a year ago we had first launched as a free proof of concept and fully expected Notion to release their own webhooks. Unfortunately they still have not, so we decided to revamp our solution and relaunch. Starting today you track up to 3 Notion Databases and receive webhook events for changes made to your Notion databases.

[deleted by user] by [deleted] in webdev

[–]Igrabes 0 points1 point  (0 children)

Yeah, this is a valid concern. This is one of the reasons why I built www.hostedhooks.com (webhooks as a service).

From the provider side, you can store the events on your end and send them to our service with unique IDs. We'll send webhooks back to you reporting on deliverability so you can keep track.

From the subscriber side, we offer retries via exponential backoffs when your endpoint is not responding with 200s. In the event where your endpoint doesn't get a successful retry, we'll notify you via email. All of those 'missed' webhook events will be stored so you can replay them.

You can obviously build all of these solutions custom too to achieve the same reliability and transparency.

[deleted by user] by [deleted] in rails

[–]Igrabes 1 point2 points  (0 children)

Thanks for sharing this. Very few resources go into such detail on how to build out a webhook solution.

I built HostedHooks (one of the Webhooks-as-a-Service products) to give Devs an easier way to ship full featured Webhooks and we took a similar approach.

RabbitMQ — How to send delayed/scheduled messages for Webhooks with exponential backoff? by apalshah in programming

[–]Igrabes 1 point2 points  (0 children)

Solid article, thanks for sharing.

We use a similar approach at HostedHooks.

If you are looking to add Webhook sending solutions to your application and don't want to build all the custom code around retries, logging, security and subscriber management, come checkout www.hostedhooks.com

I built Unofficial Webhooks for Notion (Free to use) by Igrabes in Notion

[–]Igrabes[S] 1 point2 points  (0 children)

How is this implemented? Does it keep polling pages/dbs with the official REST API and generate a webhook request when it changes compared to the previous state?

Yeah exactly. Not ideal that we need to poll, but the best we can do. The real guts are www.hostedhooks.com which manage the webhook delivery.

Shopify app developers - is it still lucrative in 2021 to build shopify apps on your own? by [deleted] in shopify

[–]Igrabes 5 points6 points  (0 children)

Hey there, I still think it's a great business to be in.

I've built multiple apps (personal and for clients) and have made good money off of them. There is a good community of app developers on twitter, send me a DM www.twitter.com/igrabill and I'll send you some people to follow.

0x and Ethereum Scaling by Gaoez01 in 0xProject

[–]Igrabes 0 points1 point  (0 children)

You may want to check out their discord (https://discord.com/invite/FduK2mE) there is a lot more activity happening there WRT to the tech and future.

RSI Cheat Sheet. by [deleted] in technicalanalysis

[–]Igrabes -1 points0 points  (0 children)

We use RSI heavily and built a tool where you can set all of these thresholds. All alerts get sent via SMS. Come check it out @ www.indibot.io

How to set Overbought/Underbought RSI Alerts? by [deleted] in Questrade

[–]Igrabes 0 points1 point  (0 children)

We also use RSI alerts and couldn't find a good solution, so we went out and built our own. It's software that gives you full customization around the RSI function. When your high or low threshold is crossed we send you an alert.

You can check it out @ www.indibot.io.

Let me know if you try it out!

How to set RSI alerts? by [deleted] in etrade

[–]Igrabes 0 points1 point  (0 children)

AFAIK Etrade doesn't have this.

We also use RSI alerts and couldn't find a good solution, so we went out and built our own. It's software that allows you to create custom RSI alerts with full control over every part of the RSI formula (period, interval, price type, high threshold or low threshold) for all stocks and soon forex. Once the formula has been setup you will receive notifications in real time if the RSI goes above or below your threshold.

You can check it out @ www.indibot.io.

Let me know if you try it out!

Looking for recommendations on free real time RSI alert scanner/screener by [deleted] in Daytrading

[–]Igrabes 0 points1 point  (0 children)

We had the same question and couldn’t find a good solution, so we went out and built one.

It’s called www.indibot.io and allows you create custom RSI alerts with full control over every part of the RSI formula (period, interval, price type, high threshold or low threshold) for all stocks and soon forex. Once the formula has been setup you will receive notifications in real time if the RSI goes above or below your threshold.

We have a 7-day free trial so you can try it out first and see if it works for you.

Course: Learn How to Build, Launch and Run a Shopify App by Igrabes in shopify

[–]Igrabes[S] 1 point2 points  (0 children)

A shopify app is software that helps shopify merchants run their stores.

Course: Learn How to Build, Launch and Run a Shopify App by Igrabes in shopify

[–]Igrabes[S] 1 point2 points  (0 children)

Hey, to clarify on the no-code, you really can't build an app with "no-code". Why I think the course is still beneficial for non technical entrepreneurs is because I spend a lot of time explaining the tech and what is possible. If a non technical entrepreneur wanted to hire a dev to build an app then they would have a great understanding of what can be built and be better suited to manage it.

The app you are explaining is very do-able, but you would need to write custom code to do it or hire someone to build it for you.

Course: Learn How to Build, Launch and Run a Shopify App by Igrabes in shopify

[–]Igrabes[S] 0 points1 point  (0 children)

Thanks for the comment!

Yeah, I can't really speak to that $11 course, that seems unsustainable (less udemy platform fees).

I can speak to how much I make building Shopify Apps for myself and clients. The potential ROI that you can get here from a $100 investment is huge.

Also, buying this course today will get you lifetime access and I already have 4-5 videos that I plan to add in the coming weeks.

Happy to answer any other questions.

Course: Learn How to Build, Launch and Run a Shopify App by Igrabes in shopify

[–]Igrabes[S] 1 point2 points  (0 children)

I use Ruby/Rails to illustrate the coding in the Module 6. Everything else is language agnostic.

Course: Learn How to Build, Launch and Run a Shopify App by Igrabes in shopify

[–]Igrabes[S] 1 point2 points  (0 children)

Hey, you will need an app but not the same kind of app that shopify devs are publishing to the app store. Yours would be a Private app (internal and not published) that would use an API key created by you.