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