• 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 $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

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?
 
P

Pabblymember11

Guest
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