Skip to main content
POST
/
api
/
v1
/
automation
/
template
/
{jobTemplateId}
/
subscribe
/
{userId}
Subscribe template.
curl --request POST \
  --url https://api.revong.com/api/v1/automation/template/{jobTemplateId}/subscribe/{userId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer token with Platform JWT token or API Key.

Path Parameters

jobTemplateId
string
required
userId
string
required

Response

Job scheduled.