% account_config = AccountConfig.find_or_initialize_by(account: current_account, key: AccountConfig::SIGNATURE_CALLBACK_URL_KEY) %> <% if can?(:manage, account_config) %>
When a Provider, Client/Caregiver, or Supervisor signature is collected, DocuSeal will POST
{ template_id, form_id, email, signatures } to this URL.
Leave blank to disable.