diff --git a/source/_integrations/mailgun.markdown b/source/_integrations/mailgun.markdown index c146ad8c0a1..f2ec994c4ea 100644 --- a/source/_integrations/mailgun.markdown +++ b/source/_integrations/mailgun.markdown @@ -74,19 +74,11 @@ notify: ``` {% configuration %} -domain: - description: This is the domain name to be used when sending out mail. - required: true - type: string -sandbox: - description: "(**Deprecated**) If a sandboxed domain is used, specify it in `domain`." +name: + description: "The optional parameter name allows multiple notifiers to be created. The notifier will bind to the service notify.NOTIFIER_NAME." required: false - default: false - type: boolean -api_key: - description: This is the API Key that has been generated in your Mailgun account. - required: true type: string + default: notify recipient: description: The email address of the recipient. required: true diff --git a/source/_integrations/mastodon.markdown b/source/_integrations/mastodon.markdown index 54af064ebe9..78f20c7ba38 100644 --- a/source/_integrations/mastodon.markdown +++ b/source/_integrations/mastodon.markdown @@ -30,6 +30,11 @@ notify: ``` {% configuration %} +name: + description: "The optional parameter name allows multiple notifiers to be created. The notifier will bind to the service notify.NOTIFIER_NAME." + required: false + type: string + default: notify access_token: description: Your Mastodon access token. required: true diff --git a/source/_integrations/yessssms.markdown b/source/_integrations/yessssms.markdown index a41bac51895..164db6ee235 100644 --- a/source/_integrations/yessssms.markdown +++ b/source/_integrations/yessssms.markdown @@ -50,6 +50,11 @@ notify: ``` {% configuration %} +name: + description: "The optional parameter name allows multiple notifiers to be created. The notifier will bind to the service notify.NOTIFIER_NAME." + required: false + type: string + default: notify username: description: This is your login name (usually your phone number). Veryfy that you can use your credentials on the Yesss.at website. required: true