• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    πŸš€ Exclusive Lifetime Offers πŸš€

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • πŸ”₯ Pabbly Connect β€” Lifetime Access for $249 β€” View Offer
    • πŸ”₯ Pabbly Subscription Billing β€” Lifetime Access for $249 β€” View Offer
    • πŸ”₯ Pabbly Chatflow β€” Lifetime Access for $249 β€” View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

  • Important: Any reported problems and issues with your integration will be reported to you and we will encourage the app developers help to resolve those integration issues.

Parameters Authentication Settings

Status
Not open for further replies.

Parameters Authentication Settings​

Parameter authentication settings are essential when an API request requires authentication using a key-value pair in the query parameters or headers. This is typically done using parameters such as api_key, version, subdomain, etc. to authenticate the request.

To configure the parameter authentication settings, you need to consider the following options:
  • Label Name: It is used to specify the label name for the parameter field.
  • Static Dropdown (Optional): This option allows you to create a dropdown parameter field where users can choose a specific option from a list.
  • Make this Field Required: If the parameter field is required for every request, you can enable this option to ensure that users are always required to pass the parameter value.
  • Make this Field Hidden: If you don't want the parameter field to be displayed while making a connection, you can enable this option to hide it.
  • Default Value: This option allows you to pass a default field or require users to pass their own parameter value. For instance, you can set a default value for the subdomain of a URL.
  • Description: This option allows you to provide a description about the parameter field, which can help users understand its purpose and how to use it effectively.
By configuring these parameter authentication settings, you can ensure that your API requests are properly authenticated, and the required parameters are always included in the request.

Here are some examples of how parameter field settings can be used:
  • Parameter field settings with default value:
    This example demonstrates how to specify a default value for a parameter field. Users can use this default value or specify their own value for the parameter.

    1683284609488.png


  • Parameter field settings with static dropdown list:
    This example demonstrates how to create a dropdown list of options for a parameter field. Users can select the appropriate option from the list while making the API request.

    1683281913001.png

Parameter authentication connection popup:
This is how the parameter authentication connection popup will look like, where users can fill in the required parameter fields.
1683282530258.png


Query params configuration in the action event:
This is how the parameter fields are configured in the action event as query parameters.
1683282257470.png


API endpoint request:
Finally, this is how the API endpoint request will look like with the configured parameter fields.
1683279364828.png
 

Attachments

  • 1683267905328.png
    1683267905328.png
    55.1 KB · Views: 187
  • 1683267963209.png
    1683267963209.png
    88.8 KB · Views: 198
  • 1683273406361.png
    1683273406361.png
    80.9 KB · Views: 198
  • 1683279306857.png
    1683279306857.png
    78.6 KB · Views: 212
Last edited:
Status
Not open for further replies.
Top