The Parameter Name refers to the key or identifier used to send data in the Webhook Callback URL. You can define multiple parameters to send various pieces of data to the server. Each parameter should have a unique name to differentiate between the data points being passed.

When naming parameters, follow these best practices:

  • Be Descriptive: Choose names that clearly describe the data being sent (e.g., user_id, order_amount, event_date).
  • Keep it Simple: Use simple, lowercase letters with underscores to separate words (e.g., order_id or user_name).
  • Consistency: Maintain consistency in naming conventions across all parameters.
  • No Special Characters: Avoid using spaces or special characters in parameter names.
Was this answer helpful? 0 Users Found This Useful (0 Votes)