You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement /workflows/ api using description from : https://staging.kibopush.com/docs/#/
Data will be displayed in table format with search filter and 'export into csv' button. Below is the sample screen shot from pages API:
The text was updated successfully, but these errors were encountered:
saniasiddiqui
changed the title
Implement BROADCASTS GET API client to fetch and display data in sample application
Implement WORKFLOWS GET API client to fetch and display data in sample application
Nov 27, 2017
This is the payload for workflows. However the information format we receive for a sample data is : [ { _id: '5a1fc5ae6171c8512304c0ea',
condition: 'message_is',
reply: 'How has been your day',
isActive: true,
userId: '5a1fc3a16171c8512304c0e6',
sent: 0,
__v: 0,
datetime: '2017-11-30T08:47:42.736Z',
keywords: [ 'HEY' ] } ]
The definition needs to be corrected. @sojharo
Implement /workflows/ api using description from : https://staging.kibopush.com/docs/#/
Data will be displayed in table format with search filter and 'export into csv' button. Below is the sample screen shot from pages API:
The text was updated successfully, but these errors were encountered: