TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Webhook after XX time or days

2 点作者 onassar超过 3 年前

2 条评论

onassar超过 3 年前
Hi all - This is a proof-of-concept I built. When you make a call to this API, it will keep track of the URL you pass in, and then request _that_ URL after a time delay.<p>For example, if a user signs up to your app, and you want to email them 24 hours later through your own server (instead of using a MailChimp of Campaign Monitor drip), you can simply make a call to the following URL:<p><a href="https:&#x2F;&#x2F;aws-api.416.io&#x2F;boomerang&#x2F;v1&#x2F;track&#x2F;in-24-hours&#x2F;https:&#x2F;&#x2F;your-url-here.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws-api.416.io&#x2F;boomerang&#x2F;v1&#x2F;track&#x2F;in-24-hours&#x2F;https:...</a><p>24 hours later (the &quot;in-24-hours&quot; part), a request will be made to <a href="https:&#x2F;&#x2F;your-url-here.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;your-url-here.com&#x2F;</a>.<p>I find crons frustrating (for various reasons), and not ideal in certain situations. I built this some time ago and use it in production environments. I wanted to share it here incase others found it useful :)
wizwit999超过 3 年前
Can just use a cloudwatch rule
评论 #29606797 未加载