Uruchom ponownie scenariusz wyzwalany przez webhook w Make.com

Po naprawieniu błędu w scenariuszu, jego ponowne, jest często wygodne. Niektóre scenariusze są tak łatwe do ponownego uruchomienia, jak kliknięcie Run once, ale co gdy scenariusz zaczyna się od webhooka?

Jak ponownie uruchomić scenariusz Make.com z webhooka?

Krok 1: Uzyskaj treść nieudanego webhooka

  1. W swoim panelu Make.com przejdź do Webhooks

  2. Na liście kliknij na webhook, który chcesz ponownie uruchomić (konwencja nazewnictwa jest teraz bardzo wygodna)

  3. Skopiuj i zapisz URL z otwartej karty

  4. Przełącz kartę na LOGS

  5. I kliknij na Details dla dokładnego wywołania webhooka, które chcesz ponownie uruchomić

  6. Skopiuj wszystko z Body

Webhook Body in Make.com dashboard


Krok 2: Wyślij zapytanie na URL webhooka

Opcja 1 — Użyj Postman

  1. Otwórz Postmana (lub inne podobne narzędzie).

  2. Wybierz POST jako typ żądania

  3. Wklej swój URL webhooka w pole URL

  4. Otwórz zakładkę Body

  5. Sprawdź opcję raw i wybierz JSON z rozwijanego menu

  6. Wklej obiekt "Treść" do pola tekstowego\

  7. Wyślij webhook

Image of Postman interface showing how to setup a webhook in order to send it to Make.com


Opcja 2 — Użyj
CURL

Wklej do terminala:

curl --location '[paste your webhook URL]' \
--header 'Content-Type: application/json' \
--data-raw '[paste your BODY object]'

Przykład:

curl --location 'https://hook.eu2.make.com/asdf1234asdf1234' \
--header 'Content-Type: application/json' \
--data-raw '{
  "seller_id": "xxx",
  "product_id": "xxx",
  "product_name": "Simple Expanse Tracker",
  "permalink": "simple-expanse-tracker",
  "product_permalink": "https://lostrowski.gumroad.com/l/simple-expanse-tracker",
  "short_product_id": "trvsr",
  "email": "[email protected]",
  "price": "0",
  "gumroad_fee": "0",
  "currency": "usd",
  "quantity": "1",
  "discover_fee_charged": "false",
  "can_contact": "true",
  "referrer": "https://lostrowski.pl/",
  "card": {
    "visual": "",
    "type": "",
    "bin": "",
    "expiry_month": "",
    "expiry_year": ""
  },
  "order_number": "666",
  "sale_id": "xxx",
  "sale_timestamp": "2024-09-12T14:14:11Z",
  "url_params": {
    "action": "show",
    "controller": "links",
    "format": "html",
    "id": "simple-expanse-tracker"
  },
  "ip_country": "France",
  "is_gift_receiver_purchase": "false",
  "refunded": "false",
  "resource_name": "sale",
  "disputed": "false",
  "dispute_won": "false"
}'

Najlepsze szablony

Notion Kanban Board template displayed on laptop and tablet, showcasing customizable task management columns and instructions for efficient project management and workflow organization.
Competitive Analysis template in Notion, showcasing dark mode interface. Laptop screen displays Apple competitor profile with detailed SWOT analysis, categories, and key information. Created by Lucas Ostrowski, demonstrating efficient market research setup in Notion's dark theme for The Hitchhiker's Guide to Automated Systems
Notion Keyboard shortcuts & commands template by Lucas Ostrowski: Dark mode interface showcasing comprehensive shortcut grid for Mac and Windows. Features categorized commands like "Create New Page" and "Toggle Light/Dark Modes". Enhances Notion workflow efficiency across platforms. Made for Notion badge included.

Najlepsze szablony

Notion Kanban Board template displayed on laptop and tablet, showcasing customizable task management columns and instructions for efficient project management and workflow organization.
Competitive Analysis template in Notion, showcasing dark mode interface. Laptop screen displays Apple competitor profile with detailed SWOT analysis, categories, and key information. Created by Lucas Ostrowski, demonstrating efficient market research setup in Notion's dark theme for The Hitchhiker's Guide to Automated Systems
Notion Keyboard shortcuts & commands template by Lucas Ostrowski: Dark mode interface showcasing comprehensive shortcut grid for Mac and Windows. Features categorized commands like "Create New Page" and "Toggle Light/Dark Modes". Enhances Notion workflow efficiency across platforms. Made for Notion badge included.

Najlepsze szablony

Notion Kanban Board template displayed on laptop and tablet, showcasing customizable task management columns and instructions for efficient project management and workflow organization.
Competitive Analysis template in Notion, showcasing dark mode interface. Laptop screen displays Apple competitor profile with detailed SWOT analysis, categories, and key information. Created by Lucas Ostrowski, demonstrating efficient market research setup in Notion's dark theme for The Hitchhiker's Guide to Automated Systems
Notion Keyboard shortcuts & commands template by Lucas Ostrowski: Dark mode interface showcasing comprehensive shortcut grid for Mac and Windows. Features categorized commands like "Create New Page" and "Toggle Light/Dark Modes". Enhances Notion workflow efficiency across platforms. Made for Notion badge included.

Nigdy nie przegap nowych wskazówek

Bądź na bieżąco z wszystkimi wiadomościami co tydzień w newsletterze

Nigdy nie przegap nowych wskazówek

Bądź na bieżąco z wszystkimi wiadomościami co tydzień w newsletterze

Nigdy nie przegap nowych wskazówek

Bądź na bieżąco z wszystkimi wiadomościami co tydzień w newsletterze