• 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 we built Sendinblue (Header based Integration)

App Name - Sendinblue
API Docs - https://developers.sendinblue.com/reference/



Authentication Method - Header

You can follow these steps to build the app integration with a similar auth type.

1. App Details and Auth Configuration.

1664259420929.png

Note: If the API request authenticates using a key-value pair in the request headers. In this option, you need to specify the header key while creating each and every action event of your app.



👉 We followed the Sendinblue API docs for selecting the Auth type as Header.


1664260151650.png



2. Configure Triggers

Trigger name - Message Delivered
Type - Setup by Instruction.


Webhooks Setup by Instructions (Highly Recommended) - If your app provides an option to add a webhook URL in the app dashboard itself, you can configure this type of Triggers for your app. It is a description-based trigger event. It triggers an instant notification to the Pabbly Connect workflow’s webhook URL when a trigger event occurs in the app.

1664264190096.png



Trigger Frontend View:



1664264423997.png



3. Configure Action

Action - Create Contact

Action Event API Configuration with JSON Request Body Type -

  • HTTP request method - POST
  • API Endpoint URL - https://api.sendinblue.com/v3/contacts
  • 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 to pass the query/URL parameters or map in request raw JSON e.g. listId
  • Request Body (Raw JSON) - Select this if this action event requires to pass the raw JSON data. If used in endpoints, all variables defined under the Set parameters option should have the required option opted. (Some API accepts blank values for JSON keys).

1664277469861.png





Now, select the available inbuilt action events from the dropdown field as shown below:

👉listId parameter is set as a Dynamic dropdown field.

1664279765153.png




👉UpdateEnabled parameter is set as a boolean Static dropdown field.


1664343800744.png




👉 Configured Custom Fields with Dropdown Support (mapped response from inbuilt action)


1664344389840.png



Action Frontend View:



1664281550970.png


👉 For more details follow this guide for creating new actions and triggers in your apps - https://forum.pabbly.com/forums/pabbly-connect-app-integration-guide/

👉 Refer to the below video for creating your app with a similar auth type:

 
Last edited by a moderator:
Top