I’m currently working with Affirm to receive webhooks and they want me to provide a url for them to send the webhooks to. But as far as I can tell in order to allow hubspot to receive a webhook, I need to receive a test event while I still have the tab open to create the new webhook and if not it creates a new url to send the webhook to. Set your workflow enrollment triggers.
Is there some way to asynchronously listen for a test packet so I can later go back and fill in the details of the webhook?
HubSpot also seems to ignore fields where the value is null in the test event, is there any way to add other fields to the webhook that aren’t found in the test event? (In particular I would like to be able to capture Stripe completed check outs for both one time payments and subscriptions using the same webhook, but right now I need to use 2 because the subscription field is null for one time payments and the payment field is null for subscriptions)