• 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

Custom API Request

Status
Not open for further replies.
This Action event allows you to execute custom API requests with the authentication of your particular app.

These are the key points to remember while using Custom API action event -
  1. If you use the same Authorization header as that used in the app's authentication, priority will be given to the Authorization headers of the app's authentication.
  2. If the app's authentication type is "Bearer," the priority will be given to the Authorization header rather than the app's authentication.
  3. The API endpoint URLs are specific to the domain of each particular app. You will get the error if the domains used are not allowed. reference-
    Screenshot 2024-01-25 at 12.24.36 PM.png
  4. The implementation of inbuilt and multistep API actions is not supported with this feature. However, you can achieve this functionality by either creating multiple action steps or by developing the same app on the developer platform.
  5. The feature is not visible in apps that permit the use of any domain as the endpoint domain URL.
  6. If the user owns an app and wishes to permit customers to utilize the custom API action event, they can enable it in the backend. Please refer to the attached picture for reference.
Screenshot 2024-01-25 at 12.13.42 PM.png

Note: If a user is using a custom API in any of their workflows, and the app owner suddenly disables the custom API action event from the backend, the user will no longer be able to create new action steps with the custom API for that app. However, any previously configured action steps will continue to run in automation as expected.


Here is the example usage -
Screenshot 2024-01-25 at 12.36.48 PM.png


To facilitate this process, follow these steps:
  1. Choose App:
    • Begin by selecting the app for which you want to configure the custom API action event.
  2. Check the Availability of custom API:
    • Verify if the "Custom API Request (Beta)" is available in the dropdown list of action events for the selected app.
  3. Select Custom API:
    • If the "Custom API Action Event" is present in the list, choose that option to proceed.
  4. Retrieve API Documentation:
    • Access the API documentation for the selected app. Retrieve information such as the API endpoint URL, required headers, and body parameters.
  5. Configure Action Step:
    • Set up the custom API action step by entering the obtained API endpoint URL, headers, and body parameters as specified in the API documentation.
 
Last edited by a moderator:
Status
Not open for further replies.
Top