Allow a bill-forwarding sender
Adds an email address or whole domain to the allowlist of senders permitted to forward bills into this organisation’s inbound address. Forwards from allowed senders are imported automatically; forwards from anyone else are dropped and recorded in the ‘senders waiting’ list.
Authentication. An API key (x-dolfin-api-key) together with the x-dolfin-organisation-id header identifying the organisation, or a JWT Bearer token that carries the organisation in its claims.
Authorizations
An API key issued to your client. It carries the client's scope; org-scoped calls also require the x-dolfin-organisation-id header. Keys are created and revoked by a client administrator.
Headers
Target organisation. Required when authenticating with an API key; omit for Bearer callers (resolved from the token).
Body
Whether Value is a full email address ('Address') or a whole domain ('Domain').
Address, Domain The email address ([email protected]) or bare domain (vendor.com) to allow.