Workplace from Meta is being discontinued – seamlessly migrate to Zoho Connect today. Learn More

Skip to main content

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

NameDescriptionRequired
scopeIDNetwork in which the event is to be updated. Can be taken from the network list API.Required
streamIdStream ID to add a reminder. Can be taken from the response of event creation API. Required
intervalDayInterval for even reminder in days {0,1,2,7}Optional
intervalMinuteEvent reminder in minutes {5,15,30,60,120}Optional
intervalHourEvent 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"
  }
}