try like this,
- Name:
New Ticket Trigger(or any descriptive name) - Verb:
POST(or based on the API sending the webhook, commonly POST) - Slug:
new-ticket-event(must be URL-friendly: lowercase, hyphens only, no spaces) - Process: Select your desired process, e.g.,
Akamai - Add Items To Queue - Default call mode:
Async fire&forget(default is fine unless you want response sync) - Job priority:
Inheritedor change to Low, Medium, High as needed - Runtime type:
Production (Unattended)(as shown) - Account: Select specific robot or
Any User/Robot account - Machine: Leave blank unless targeting specific machine
- Entry point:
Inherited (Main.xaml)or choose a different XAML if needed
Make sure:
- Your process has no input arguments or default values are set
- The Slug is unique and formatted like
lowercase-hyphen-format
Happy Automation