Automate Slack Messages With Dittofeed's Webhook Channel
Автор: Dittofeed
Загружено: 2024-04-26
Просмотров: 406
Описание:
Dittofeed co-founder, Chandler Craig, walks through creating a Slack app to automate Slack messages with Dittofeed's flexible webhook channel.
1. Get Dittofeed Cloud
https://app.dittofeed.com/dashboard
2. Connect with Chandler
/ chandler-craig-90
3. Dittofeed Github Repository
https://github.com/dittofeed/dittofeed
4. Dittofeed Discord Community
/ discord
5. Support
[email protected]
6. Website
https://dittofeed.com/
7. Slack Apps API Docs
https://api.slack.com/apps
8. Slack chat.postMessage URL
https://slack.com/api/chat.postMessage
9. Webhook template used in this video
{
"config": {
"url": "https://slack.com/api/chat.postMessage",
"method": "POST",
"headers": {
"Content-Type": "application/json"
},
"data": {
"text": "Hello world",
"channel": "alert-testing"
}
},
"secret": {
"headers": {
"Authorization": "Bearer {{secrets.SLACK_BOT_TOKEN}}"
}
}
}
Chapters:
00:00 - Intro
00:24 - Creating a Slack App
01:38 - Configuring Slack App OAuth & Permissions
02:27 - Adding a Webhook Secret to Dittofeed
03:19 - Making a Webhook Template in Dittofeed
05:48 - Sending a Test Message
06:48 - Automating Webhook Templates with a Dittofeed Journey
10:15 - Final Thoughts
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: