mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-10 01:29:24 -04:00
Add script for one-click email unsubscription using curl.
This commit is contained in:
11
scripts/curl_email_unsubscribe.sh
Executable file
11
scripts/curl_email_unsubscribe.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
curl -i -X POST 'https://api.compassmeet.com/unsubscribe/7444d88a22214f3fd9f2cb9d042fb3d7c6befab541c35d025149f1b65e886bd4' \
|
||||
-X POST \
|
||||
-H 'Content-Type: application/x-www-form-urlencoded' \
|
||||
--data 'List-Unsubscribe=One-Click'
|
||||
|
||||
echo
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user