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

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

  • 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)

Status
Not open for further replies.
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:
Status
Not open for further replies.
Top