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

How to Set HTTP Headers within Pabbly Connect

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: 31
  • 1715585322662.png
    1715585322662.png
    42.6 KB · Views: 36
Last edited by a moderator:
Top