Locate and include additional data in your emails.
Usage
tomba enrich --target "<email>"
Example
tomba enrich --target "m@wordpress.org"
Slack Command
HTTP call
curl --request POST \
--url 'http://127.0.0.1:3001/enrich' \
--header 'Content-Type: multipart/form-data' \
--form email=m@wordpress.org
curl --request POST \
--url 'http://127.0.0.1:3001/enrich' \
--header 'Content-Type: application/json' \
--data '{
"email": "m@wordpress.org"
}'
Last modified on