Skip to main content
Add followers to a specific issue. Note: Maximum 20 requests per minute are allowed. For more information about the required permissions refer to Access Control.
External DocumentationTo learn more, visit the Pylon documentation.

Parameters

ParameterDescription
Contact IDsA comma-separated list of contact IDs to add as followers. Can be obtained using List Contacts action.
Issue IdentifierThe ID or number of the issue to add followers to. Can be obtained using List Issues action.
User IDsA comma-separated list of user IDs to add as followers. Can be obtained using List Users action.

Example Output

{
	"data": [
		{
			"id": "text",
			"type": "user"
		}
	],
	"request_id": "text"
}

Workflow Library Example

Add Followers to Issue with Pylon and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop