• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

  • 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

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: 108
  • 1683267963209.png
    1683267963209.png
    88.8 KB · Views: 114
  • 1683273406361.png
    1683273406361.png
    80.9 KB · Views: 109
  • 1683279306857.png
    1683279306857.png
    78.6 KB · Views: 114
Last edited:
Top