Skip to content

Instantly share code, notes, and snippets.

@Vratislav
Created January 7, 2019 22:48
Show Gist options
  • Select an option

  • Save Vratislav/63ef6a034352d4921484757e36aae46f to your computer and use it in GitHub Desktop.

Select an option

Save Vratislav/63ef6a034352d4921484757e36aae46f to your computer and use it in GitHub Desktop.
StartupJobs to Slack Zapier payload
{
"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