Skip to main content
PUT
Update Instagram Story Automation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Instagram story automation id. Get it from igStories.list.

Pattern: ^\d+$

Body

application/json
name
string

Automation name.

Required string length: 1 - 255
type
enum<string>

Instagram connection type, instagram (native login) or instagramFacebook (linked via a Facebook page).

Available options:
instagram,
instagramFacebook
folderId
string | null

Folder to place the automation in, or null for root-level.

Pattern: ^\d+$
story
object

Instagram story to watch for replies/mentions. Get it from igStories.listStories.

reply
object

Private message reply sent to the contact.

includeKeywords
object

Only trigger when the reply matches these keywords.

isActive
boolean

Whether the automation is enabled.

startTime
string | null

When the automation starts being active, or null for immediately.

endTime
string | null

When the automation stops being active, or null for never.

Response

OK

id
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
name
string
required
type
enum<string>
required
Available options:
instagram,
instagramFacebook
isActive
boolean
required
startTime
string | null
required
endTime
string | null
required
repliesCount
integer
required
Required range: -2147483648 <= x <= 2147483647
story
object
required
reply
object
required
includeKeywords
object
required
folderId
string | null