{"id":7415,"date":"2021-08-28T11:23:44","date_gmt":"2021-08-28T18:23:44","guid":{"rendered":"https:\/\/codedcommerce.com\/?post_type=product&#038;p=7415"},"modified":"2023-10-08T20:09:50","modified_gmt":"2023-10-09T03:09:50","slug":"slack-notifications","status":"publish","type":"woo-code","link":"https:\/\/codedcommerce.com\/woo\/slack-notifications\/","title":{"rendered":"Slack notifications"},"content":{"rendered":"\n<pre class=\"wp-block-code language-php\"><code>add_action( 'admin_notices', function() {\n\n\t$url = 'https:\/\/hooks.slack.com\/services\/#########\/#########\/########################';\n\n\t$headers = &#91;\n\t\t'Content-type: application\/json',\n\t];\n\n\t$body = &#91;\n\t\t'text' => 'Test 1234',\n\t];\n\n\t$args = &#91;\n\t\t'headers' => $headers,\n\t\t'body' => wp_json_encode( $body ),\n\t];\n\n\t$response = wp_remote_post( $url, $args );\n\n\tprintf( '&lt;pre>%s&lt;\/pre>', print_r( $response, true ) );\n\n} );<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-7415","woo-code","type-woo-code","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/woo-code\/7415","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/woo-code"}],"about":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/types\/woo-code"}],"wp:attachment":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/media?parent=7415"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}