• 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

OAUTH2.0 and SproutSend

Hi, I would like to se Pabbly Connect to POST and GET data from SproutSend. They have a concept of building an App within the account. They make available the Client ID and the Client Secret. The OAUTH aspect of the authentication has confused me. What would the Pabbly API call look like if I were simply posting a new contact (firstname/email)? https://apidocs.sproutsend.com/#introduction
1626813666649.png
 
I'm happy to build my own workflow and do not necessarily need a Pabbly built connector. My question was specifically about OAUTH capability in Pabbly Connect. Can you assist?
 

Supreme

Well-known member
Staff member
Hey @troycoker08

We cross-checked the following concern but as of now, OAUTH is not supported on API by Pabbly. But we have a workaround for you please check the following steps -
  1. In order to make any call to the Sprout API, and to request your OAuth 2.0 access token, you need to register an application. Registered OAUTH applications are assigned a unique Client ID (client_id) and a unique Client Secret (client_secret). Make sure to store the Client Secret securely.


  2. If you are a developer you can take this to the Postman application it supports OAUTH 2.0 with the help of this you can also get the access token. By filling in the details mentioned in the screenshot. Use the Client_id and Client secret.

    -Make sure you have selected the Oauth2.0 in type -

    2021-07-26.png



  3. Now, you will get the access token by clicking on the get access token and then authenticate your application.

    2021-07-26.png


  4. And once you get the access token you can use the API endpoints.

    2021-07-261.png

**And you need to generate the Token every 5 days because it has an expiration of 5 days.
 
Hi, I used this method as well a bearer token generated by the Sproutsend app and still have an error. Can you further assist please.
1627440581225.png
 
Top