Mount to receive FoPost webhooks:
# config/routes.rb mount Fopost::Rails::Engine => '/fopost'
That serves POST /fopost/webhooks. Point a webhook at it, set config.webhook_secret to the secret FoPost showed you once, and subscribe to the events it publishes.
POST /fopost/webhooks
config.webhook_secret