Epam Integrations

Create a Badge on EPAM Heroes Portal

POST https://api.epam.com/epam_heroes/badges

Parameters

ParameterTypeNote
torequiredstringBadge recipient's app user ID
fromstringBadge giver's app user ID
typerequiredstringType/name of the badge
commentrequiredstringMessage attached to the badge
emailsarrayCC emails which will be notified about the badge given

Example

1client = CirroIOV2::Client.new(...)
2client.EpamHeroesBadges.create(
3  "to": "1",
4  "from": "3",
5  "type": "custom_badge_ework_1",
6  "comment": "Thank you for your hard work!",
7  "emails": [
8    "[email protected]"
9  ]
10)
Previous
Create a Notification Broadcast