How to Set-Up the Integration Based on Auth Type Bearer Token
Pabbly Connect Team•Updated Aug 17, 2026•2 min read
This documentation provides a comprehensive, step-by-step guide to understanding the OAuth 1.0 setup process. For example purposes, we have chosen "MailerLite" as our focus application.
App Details and Auth Configuration:
👉 We followed the Mailerlite API docs for selecting the Auth type as Bearer Token. Learn more
How to Configure Triggers Event:
Trigger - Campaign Sent
Note: You need to input the Bearer Token in the trigger at the setup time. When it runs successfully then you must remove the token.
Trigger Frontend View
How to Configure Actions Event:
Action - Assign Subscriber to a Group
Action Event API Configuration with JSON Request Body Type:
Request Body Type - Specify a request body type to request this action event. By default, it is JSON.
Wrap in Array - Specify if your request raw JSON needs to be wrapped in an array or not.
Set Body/Query Parameters - Set parameters if this action event requires passing the query/URL parameters or mapping in request raw JSON e.g. list_name.
Request Body (Raw JSON) - Select this if this action event requires passing the raw JSON data. If used in endpoints then, all variables in it defined under the Set parameters option should have the required option opted. (Some API accepts blank values for JSON keys).
Note: You need to create the Inbuild Actions "Get Groups" and "Get Account's Subscriber" to get the "Group ID" and "Subscriber ID" in the Dynamic dropdown.
How to Configure Inbuilt Action:
Create and add the Inbuilt action in the action step.
To get the subscribe ID & Group ID dropdown you need to map the response of the Inbuilt action response in the dynamic dropdown by clicking on the gear.
Action Frontend View:
👉For further details, refer to this guide for creating new actions and triggers in your application. Learn more 👉Refer to the video below for instructions on creating your app with a similar authentication type: Learn more