Last active
          December 13, 2022 18:21 
        
      - 
      
- 
        Save alexanderklatt/5053abefe5447fe8dc3f5f9b6e6b9aa0 to your computer and use it in GitHub Desktop. 
    IFTTT Post Request JSON Body - Embedded Discord Message When Stream Goes Live
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "embeds":[ | |
| { | |
| "title":"<<< {{ChannelName}} is live on Twitch!>>>", | |
| "url":"<<<{{ChannelUrl}}>>>", | |
| "description":"<<<{{Game}}>>>" | |
| } | |
| ] | |
| } | 
wait so how could i @everyone cuz i'm having trouble to figure this stuff out
Hi, that's a cool JSON message! Would I be able to ping a role like this too?
I was able to ping a role by adding the following
{
"content": "<@&ROLEID>",
"embeds":[
{
"title":"<<< {{ChannelName}} is live on Twitch!>>>",
"url":"<<<{{ChannelUrl}}>>>",
"description":"<<<{{Game}}>>>"
}
]
}Nice! Thanks for posting.
hey this is now giving error:( when i m posting this on ifttt it shows error in "url" , "Channel name " " channel url" :(( plsss fix this if u can plssssssssssssss:((((
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
Nice! Thanks for posting.