v1

latestOpenAPI 3.0.02026-07-26224386470.0 KB

Update a funder's submission channel and email configuration

Saves the funder's submission email address and CC list, and optionally switches its submission channel (integration or email). An omitted or null channel keeps the current channel, so email-field saves can never change how deals are routed. Returns the updated funder entry.

patch/api/funder_integrations/{funder_heron_id}/

Path parameters

funder_heron_idstring required

Request body

{"stackTrail":"components:schemas:UpdateFunderIntegrationRequestSchema:properties:channel","oasType":"schema","type":"unknown","nullable":true}
submission_cc_email_addressesstring[] nullable
submission_email_addressstring nullable

Response

Funder updated

{"stackTrail":"components:schemas:FunderIntegrationViewSchema:properties:channel","oasType":"schema","type":"unknown","nullable":true}
channel_typestring nullable
effective_submission_email_addressstring nullable
funder_email_domainsstring[] required
funder_heron_idstring required
funder_logo_urlstring nullable
funder_namestring required
sender_addressstring required
slugstring nullable
state'not_available' | 'not_configured' | 'staging_configured' | 'staging_live' | 'production_configured' | 'production_live' | 'live' required
submission_cc_email_addressesstring[] nullable
submission_email_addressstring nullable
supports_stagingboolean required