Create Fundraising
POST/v1/fundraisings
Creates a new fundraising record in the specified stage. The fundraising will be associated with the authenticated organization.
Auto-Enrichment: To enable automatic company data enrichment, provide a valid company website URL in the fields.website field. When a valid URL is supplied, the system will automatically populate additional company information.
Origin contact link: When originContactId is provided, the referenced contact must already exist in the caller's organization (request fails with 404 otherwise). The fundraising's name and image are set from the contact's name and photo_url; any name sent in the same request is ignored. Image falls back to the default fundraising image when the contact has no photo_url.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Fundraising created successfully
Invalid request parameters
Invalid or missing API key
Origin contact not found
Internal server error