I've been added to the custom webhook beta and been trying to set them up.
However, I've hit a bit of a roadblock, when ever I post the information to the webhook it fails with:
The webhook could not be processed: Error calling createEvent in graphql gateway. Error(s): We could not create the event because the event source is not found. Please check that the external event source ID and the type of event being submitted match the event source.If a Forge App ID was used during event source creation, please also check you are using the same Forge App ID when accessing the event source.
Has anyone hit this before have I missed a simple configuration issue?
The message to me suggests that the webhook event source isn't correct but you don't set that, I assume that's inside the webhook code.
My payload is pretty much a 1:1 mapping to the fields needed and I pass the componentId, no mappings etc.
Any advice from other people in the community?