Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

SendinBlue API integration using

Featured Replies

Im using the Sendinblue API and some simple commands to add / remove contacts from mailing lists and all works as expected.

But I'm having issues getting some extra attributes into my command and not sure how it should be formatted in filemaker

Copy below of the Curl which Sendinblue says is correct, but I cannot get the 'Attributes' section to work, so I'm unable to add FIRSTNAME, LASTNAME and COMPANYYNAME

I don't know how to format it in my variable here - JSONSetElement ( $json ; ["listIds" ; "[7]" ; JSONArray]; ["updateEnabled" ; "true" ; JSONBoolean] ; ["email" ; Contacts::Email ; JSONString]; ["emailBlacklisted" ; "false" ; JSONBoolean]; ["smsBlacklisted" ; "false" ; JSONBoolean])

Where as the rest of the items are updated

curl --request POST \
3 --header 'Accept: application/json' \
4 --header 'Content-Type: application/json' \
5 --header 'api-key: null' \
6 --data '
7{
8 "attributes": {
9 "FIRSTNAME": "Bob",
10 "LASTNAME": "Jones",
11 "COMPANYNAME": "ABC Limited"
12 },
13 "updateEnabled": true,
14 "email": "[email protected]"
15}
16'
  • Author

Thank you that worked!

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.