Please add the ability to create a Custom Webhook Premium Action in HighLevel Automations by pasting in a cURL command.
The goal is simple: let users paste a full cURL request, and have HighLevel automatically parse and structure the webhook action for them.
This should automatically map:
  • URL
  • HTTP method
  • Headers
  • Authorization
  • Query parameters
  • Request body / payload
Why this matters:
Many of us now use AI to generate cURL requests for API calls. Instead of manually rebuilding those requests field by field inside HighLevel, we should be able to paste the cURL directly into the Custom Webhook action and let HighLevel structure it automatically.
Desired workflow:
  1. Add a button inside Custom Webhook Premium Action called “Import from cURL”
  2. User pastes a cURL command
  3. HighLevel parses the request
  4. The webhook action is automatically populated with the correct fields
  5. User reviews, edits if needed, and saves
Benefits:
  • Faster setup for webhook-based automations
  • Fewer manual configuration errors
  • Better support for AI-assisted workflow building
  • Easier API integrations for both technical and non-technical users
  • More value from the existing Custom Webhook Premium Action
Use case:
We want to be able to ask AI to write the cURL, paste it into HighLevel, and have HighLevel automatically build the custom webhook action correctly inside the automation.
This would make HighLevel much more powerful for advanced integrations and significantly reduce setup friction.