• 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.

How to Set HTTP Headers within Pabbly Connect

  • Thread starter Deleted member 8616
  • Start date
Status
Not open for further replies.
This documentation provides a detailed, step-by-step guide on how to configure HTTP headers.

When configuring an app in Pabbly Connect, some APIs require you to include authentication headers like Authorization, api-key or X-Auth-Token etc. in the HTTP headers with your requests. These headers are commonly used to secure APIs and verify users or apps accessing the API endpoints.

For instance, in GetResponse, you use the "X-Auth-Token" to authenticate user details. Here's an example using cURL:
Code:
curl --location "https://api.getresponse.com/v3/contacts" \
--header "X-Auth-Token: api-key jfgs8jh4ksg93ban9Dfgh8"
Lets demonstrate how can you set HTTP headers inside Pabbly Connect.

A) In Action Page
:
  1. In Action page of your App, Navigate to Action Event API Configuration section.

    1715585241766.png
  2. Tick the HTTP Headers option & set the HTTP Headers key.

    1715585264415.png


  3. Click on gear box, If there's a default value for the HTTP header, you can add it here.

    1715585492871.png


  4. Otherwise, you can use Parameter Authentication to pass the HTTP header value dynamically. E.g. api-key {{api_key}}

    1715585536492.png

B) In Inbuilt Action Page:
  1. In Inbuilt Action page of your App, Navigate to Inbuilt Action Event API Configuration section.

    1715586062053.png


  2. Tick the HTTP Headers option & set the HTTP Headers key.

    1715586087080.png


  3. Set the default value for the HTTP header.

    1715586145758.png


  4. Set the dynamic HTTP header value from parameter authentication to change header value dynamically. E.g. api-key {{api_key}}.

    1715586408553.png


    Note: This static header value is only to configure Inbuilt Action step. In the automation it will change from connection dynamically.
    1715586270478.png
At last, This is how you get api_key from parameter authentication key -

1715588023941.png
 

Attachments

  • 1715585304368.png
    1715585304368.png
    41.6 KB · Views: 140
  • 1715585322662.png
    1715585322662.png
    42.6 KB · Views: 139
Last edited by a moderator:
Status
Not open for further replies.
Top