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