Get pledge installments

Hello, how is this possible please, I can see this, but I am not sure how it helps me in power automate Blackbaud SKY API Developer Portal

Comments

  • Hey @Ashley Gelderblom, you'll need to use the Blackbaud SKY Add-in's connector and use the Send an HTTP Request action to get a custom API call.

    You'll use a GET method to this endpoint: /gft-gifts/v2/gifts/{giftid}/installments (replacing the gift id)

    4c97356b42c5e08086a2b40a9c478590-huge-im

    And you'll get a response like this:

    31ad851256317d7475b9be5cd8e1388d-huge-im

  • Alex Wong
    Alex Wong Community All-Star
    Tenth Anniversary Kudos 5 Facilitator 4 bbcon 2025 Attendee Badge

    @Ashley Gelderblom
    The Get Installment API endpoints get installments per gift. Per Matt's response, you can get the installments of a pledge using the Send an HTTP request (it is in the Blackbaud SKY Add-ins connector:

    e764978e671c8cc470ac19768212e090-huge-im

    After this, use the Parse JSON action to parse the “body” dynamic content from this action.

    ALex

  • @Ashley Gelderblom Oh amazing -thanks both- thats got me in the right direction

Categories