The purpose of this API is to add event attendees in Zoho Connect.
Request URL: | https://connect.zoho.com/pulse/api/addEventReminder |
OAuth Scope: | zohopulse.events.CREATE |
Request Method: | POST |
Mandatory Header: | Header name: Authorization Header Value: Zoho-oauthtoken d92d401c803988c5cb849d0b4215f52 |
Parameters
Name | Description | Required |
scopeID | Network in which the event is to be updated. Can be taken from the network list API. | Required |
streamId | Stream ID to add a reminder. Can be taken from the response of event creation API. | Required |
intervalDay | Interval for even reminder in days {0,1,2,7} | Optional |
intervalMinute | Event reminder in minutes {5,15,30,60,120} | Optional |
intervalHour | Event Reminder in hours {0 - 23}. If "intervalDay" param is set, then the reminder in hours will also be used. | Optional |
Sample URL
Copiedhttps://connect.zoho.com/pulse/api/addEventReminder?scopeID=929000000015001&streamId=929000000858026&intervalDay=1
Sample Response
Copied{
"addEventReminder": {
"result": "success"
}
}