문제가 뭔가요?
, click : function(viewform) { 
   GF.ajax({   
     url : "https://apis.worksmobile.com/r/id/message/v1/bot/id/message/push"
    ,dataType: "json"
    ,type : "post"
    ,data: {
      accountId: "id@healthtoday.co.kr",
      type: "text",
      text: "hello"
    }
    
   }); 
오류메시지:
Access to XMLHttpRequest at 'https://apis.worksmobile.com/r/id/message/v1/bot/id/message/push' from origin 'http://htgw.healthtoday.co.kr' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
게시글에 새로운 댓글이 달리면 알림을 전송합니다.
                
댓글0
궁금한 점을 해결하지 못하셨나요?
지금 바로 NAVER WORKS 사용자들에게 물어보세요!