This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import requests | |
| TRELLIS_API_CASES_ENDPOINT = "https://trellis.law/v2/case/{case_token}/parties" | |
| def get_parties_from_webhook_response(webhook_response, auth_token): | |
| """ | |
| Process the webhook response from Trellis and get the case details. | |
| Args: |