Find the Best Cosmetic Hospitals

Explore trusted cosmetic hospitals and make a confident choice for your transformation.

โ€œInvest in yourself โ€” your confidence is always worth it.โ€

Explore Cosmetic Hospitals

Start your journey today โ€” compare options in one place.

How to Work with Rundeck Webhooks?

Step 1 – Create a Project and Job with Node Steps

Step 2 – Go to Webhooks under project Menu

Step 3 – Create Webhook

Step 4 – Add Webhook Handlers Configurations

Step 5 – Validate the webhook url

Step 6 – Get a User API Token

Step 6 – Generate a CURL command and Run using Gitbash


ENCODED_API_TOKEN=$(echo -n "6BnnOqW7EicQix9lDAn9MceNtSIQ2LBN" | base64)

curl -X POST \
  -H "Authorization: Basic $ENCODED_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "webhook_id": "c6lMILXGYTvR6uaY59ZxhgsWybEfF5uF#hook1",
    "payload": {
      "key1": "value1",
      "key2": "value2"
    }
  }' \
  http://localhost:4440/api/45/webhook/c6lMILXGYTvR6uaY59ZxhgsWybEfF5uF#hook1Code language: PHP (php)

Find Trusted Cardiac Hospitals

Compare heart hospitals by city and services โ€” all in one place.

Explore Hospitals

Similar Posts

Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments