테스트 사이트 - 개발 중인 베타 버전입니다

게시글 작성 시 외부 API 호출하기

· 3개월 전 · 327

게시글 작성 시 외부 API 호출하기
게시판에 글 작성이 완료되면 bbs/write_update.php에서 알림톡, 슬랙, SMS 등 외부 API 연동 가능
예: 슬랙 알림

 

$msg = "새 글 등록: ".$wr_subject;
$url = "https://hooks.slack.com/services/xxx";
$data = json_encode(["text"=>$msg]);
$ch = curl_init($url);
curl_setopt($ch,CURLOPT_CUSTOMREQUEST,"POST");
curl_setopt($ch,CURLOPT_POSTFIELDS,$data);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,true);
curl_setopt($ch,CURLOPT_HTTPHEADER,["Content-Type: application/json"]);
curl_exec($ch);
curl_close($ch);
 

 

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

게시글 목록

번호 제목
1050
그누보드5 toto slot gacor
1047
1045
1044
1019
1017
1016
1007
1005
1004
967
964
917
889
879
851
848
762
741
740
727
726
725
724
723
722
721
720
719
717