Use the Webhook API to post to any channel you want without having to connect to SlashPage.
Webhooks are a feature currently being tested by beta testers. If you would like to use it, please apply by visiting ? > Help center at the bottom left of the screen.
코드 예시
curl -X POST -H "Content-Type: application/json"
--data-raw '{"title":"{Title of article}", "body":"{Text in markdown format}"}'
https://slashpage.com/api-webhook/note/MY_DOMAIN_NAME/MY_CHANNEL_HASH/{YOUR_TOKEN_KEY}