notify: 'example-google-chat': method: POST headers: [{ 'Content-Type': 'application/json' }] endpoint: http://slack-service/foo?auth_token=mySecretToken content: '{"text":"New package published: `{{ name }}{{#each versions}} v{{version}}{{/each}}`"}' 'example-hipchat': method: POST headers: [{ 'Content-Type': 'application/json' }] endpoint: http://slack-service/foo?auth_token=mySecretToken content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' 'example-stride': method: POST headers: [{ 'Content-Type': 'application/json' }, { 'authorization': 'Bearer secretToken' }] endpoint: http://slack-service/foo?auth_token=mySecretToken content: '{"body": {"version": 1,"type": "doc","content": [{"type": "paragraph","content": [{"type": "text","text": "New package published: * {{ name }}* Publisher name: * {{ publisher.name }}"}]}]}}'