• ⚠️ Important: This forum is being discontinued.

    We've moved community discussion to a new platform — better search, faster replies, and tighter integration with the Pabbly apps you already use.

    • Sunset date: 23 July 2026 (this forum will go offline after that)
    • Until then: Login remains available for 30 days
    • Continue the conversation: https://sales.pabbly.com/forum

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: 376
  • 1715585322662.png
    1715585322662.png
    42.6 KB · Views: 382
Last edited by a moderator:
Status
Not open for further replies.
Top