Register an inbound webhook subscription on a connection
Registers an inbound-webhook subscription on an integration connection. External services (the connection’s upstream) deliver events into Marfa by POSTing to the public receipt URL the platform exposes per subscription. Signature verification uses the adapter named in webhook_verification.method on the connection’s manifest — hmac-sha256, slack, stripe, or github.
The secret is returned once in the creation response — store it then; subsequent reads redact it. See Inbound webhooks.
Documentation Index
Fetch the complete documentation index at: https://docs.myme.so/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass an API key (marfa_k1_...) or OAuth access token (marfa_at_...)
Path Parameters
Response
Subscription created. The secret field is returned ONCE; subsequent reads redact it.
hmac-sha256, slack, stripe, github