Created
January 7, 2019 22:48
-
-
Save Vratislav/63ef6a034352d4921484757e36aae46f to your computer and use it in GitHub Desktop.
StartupJobs to Slack Zapier payload
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "text": "Nový uchazeč o práci!\n*{{name}}* chce být *{{position}}*\n\n\n:phone: {{phone}} \n:email: {{email}}\n", | |
| "attachments": [ | |
| { | |
| "fallback": "{{why}}", | |
| "color": "#6B97CA", | |
| "title": "Proč já:question:", | |
| "text": "{{why}}" | |
| }, | |
| { | |
| "fallback": "{{details}}", | |
| "title": "Odkazy", | |
| "text": "<{{files}}|CV> | <{{linkedin}}|LinkedIn> | <{{details}}|StartupJobs>" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment