Anatomy of an integration
This page outlines a potential scenario for an integration.
Last updated
Was this helpful?
This page outlines a potential scenario for an integration.
Last updated
Was this helpful?
During initial meetings documentation is shared and discussed.
The HTTPS transport protocol with JSON as payload is chosen.
You provide us with a secret so that the HMAC signature can be verified on your end to ensure the integrity of the payload.
You set up a HTTPS POST endpoint on your end that can parse our JSON model into your preferred format.
The HTTPS endpoint is exposed and shared with us together with some credentials.
We insert a subscription into our staging environment pointing to your endpoint with a filter on English press releases only.
To verify the functionality, we publish a set of test releases.
Once the result is satisfactory from both sides, we add the subscription to the live environment so that future releases matching your subscription filter will be sent to your endpoint.