Added

October 2025 (2025.10)

New Features ✨

GAINS Connect Webhooks

Multiple Destinations
Settings Change History
  • Added GET /webhook/settings/history, returning the configurations previously in use with the date each came into effect and the date it was replaced, so changes to your integration settings can be traced over time.
Delivery Payload Retrieval
  • Added GET /webhook/{WebhookId}/payload, returning the payload of a previously issued webhook so a single delivery can be inspected without retrieving the full history record.
Integration Task Status Trigger
  • Added a TaskStatusUpdate trigger, so your systems can be notified as submitted data moves through receipt, queueing, processing and completion instead of polling for status.

Enhancements 🔨

GAINS Connect API – Inbound Interfaces

  • All inbound submit and delete endpoints now accept a payload containing some invalid records instead of rejecting it in full. Valid records continue to the integration task and the rejected ones are returned in the response with the reason each was refused, so a single bad record no longer blocks an entire submission.

GAINS Connect API – Outbound Interfaces

GAINS Connect API – Webhook Management

GAINS Connect API – Service Availability

  • GET /ping now reports the GAINS Connect version, the configuration flags in effect, and the status of the services it connects to, making it easier to confirm an environment is set up as expected.

Bug Fixes 🐜

Webhooks

  • Fixed webhooks not being delivered on webhooks v2 when the payload interval was set to zero.

Inbound Processing

  • Fixed an error that could occur when running loaders after submitting to the delete endpoints.
  • Fixed the delete endpoints returning an unexpected error instead of accepting the request when called with a bearer token.
  • Restored handling of null values in extended data, which could prevent records from being inserted.
  • Fixed extended data being dropped from submitted demand transactions following a change to the extended data configuration.