Elastic Email Key
Description
General
- Documentation: https://api.elasticemail.com/public/help
- Summary: Elasticmail enables to send emails and text messages to customers.
- IPs allowlist: IPs that are allowed to use the API can be set at the key creation. It supports IPv4 and IPv6 with ranges.
- Scopes: The key can be restricted in the access they give for each service with no access, view or view/modify permissions.
Note that the key can have an expiry date.
Revoke the secret
To revoke the key, go to the API Account Settings page. All the keys are listed and can be revoked with the three dots menu.
Check for suspicious activity
In the API Account Settings the last usage date is shown.
Details for Elasticemail
Family: Api
Category: Messaging system
Company: Elastic Email
High recall: False
Validity check available: True
On-premise instances exist: False
Only valid secrets raise an alert: True
Minimum number of matches: 1
Occurrences found for one million commits: 0.02
Prefixed: False
PreValidators:
- type: FilenameBanlistPreValidator
banlist_extensions: []
banlist_filenames: []
check_binaries: false
include_default_banlist_extensions: true
ban_markup: false
- type: ContentWhitelistPreValidator
patterns:
- elasticemail
Examples
- text: |
public function send_email2($pesan, $email){
$url = 'https://api.elasticemail.com/v2/email/send';
try{
'apikey' => '156233e6-5065-40aa-bd1d-051b4a658a45'
apikey: 156233e6-5065-40aa-bd1d-051b4a658a45
- text: "url:'https://api.elasticemail.com/v2/email/send \n 'apikey': 'a82d35a4-2e83-41c2-9509-5c6e116ebc2b',"
apikey: a82d35a4-2e83-41c2-9509-5c6e116ebc2b
- text:
public function send_email2($pesan, $email){ $url = 'https://api.elasticemail.com/v2/email/send'; try{
'apikey' => '156233e6-5065-40aa-bd1d-051b4a658a45'
apikey: 156233e6-5065-40aa-bd1d-051b4a658a45