-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[Components] bloomerang #16081
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Bloomerang provided access via their partnership program. |
Sources - New Donation - New Constituent - New Interaction Actions - Create Donation - Create Constituent - Add Interaction
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
Hi everyone, all test cases are passed! Ready for release! Test report |
* bloomerang init * [Components] bloomerang #16081 Sources - New Donation - New Constituent - New Interaction Actions - Create Donation - Create Constituent - Add Interaction * pnpm update * some adjusts * pnpm update * remove console.log * pnpm update
bloomerang
URLs
Polling Sources
new-donation
Prompt
Emit new event when a donation is received in Bloomerang. Requires configuration of the donation type or fund (optional) to filter incoming donations.
URLs
new-constituent
Prompt
Emit new event when a new constituent profile is created in Bloomerang. Can be optionally filtered by constituent type (e.g. individual, organization).
URLs
new-interaction
Prompt
Emit new event when a new interaction (e.g. email, call, meeting) is logged for a constituent. Optional filters include interaction type or campaign.
URLs
Actions
create-donation
Prompt
Create a new donation record in Bloomerang. Requires constituent ID, amount, fund ID, and date. Optional fields include payment method, note, and appeal.
URLs
create-constituent
Prompt
Create a new constituent in Bloomerang. Requires constituent type, name, and contact details. Optional fields include address, tags, and custom fields.
URLs
add-interaction
Prompt
Add an interaction to an existing constituent. Requires constituent ID, interaction type, and date. Optional fields include notes and linked campaign.
URLs
The text was updated successfully, but these errors were encountered: