Any ever hook up blackbaud?

Hey gang, I have a client that currently uses blackbaud aka razors edge to process members, donations, ticket sales etc. Has anyone ever integrated blackbaud with their webflow site?

Did you ever find a solution to this? I find myself in the same situation. Client is using Blackbaud Luminate Online for email and fundraising. Not sure how to integrate with Webflow.

Hey @Ratch_
Integration always depends on what you’re trying to do.

With Webflow you basically have three main ways to integrate functionality and data into your site. ;

  1. HTML Embeds, for 3rd party embeddable content
  2. Scripts, which modify your site to embed content and functionality
  3. Forms, to Webhooks, for pushing data from forms out to partner services
  4. CMS integration through the API to push and pull data ( usually with automation services like Make or Logic )

I Googled Blackbaud and didn’t find much in the obvious places.
The closes I came is some docs on integrating Blackbaud’s survey forms
https://kb.blackbaud.com/knowledgebase/articles/Article/63194

In terms of form posts or CMS API integrations, I’m not seeing Blackbaud in Zapier’s list of apps.

It does appear to have some API functionality, though I’m not clear which services you need and what is accessible. You might need the SKY BETA API.
https://developer.blackbaud.com/skyapi/products

If you have API access, you can at least do some Forms and CMS integration using a solution like Make or n8n. You’ll be doing direct, unassisted API integration though so be prepared to get technical.