Buffer
Buffer is a social media management for marketers and agencies. Access your pending and sent updates, social media profiles, and more.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Standard | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Standard | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Microsoft |
URL | Microsoft LogicApps Support Microsoft Power Automate Support Microsoft Power Apps Support |
Connector Metadata | |
---|---|
Publisher | Microsoft |
Website | https://buffer.com/ |
Privacy policy | https://buffer.com/legal#privacy-policy |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Frequency of trigger polls | 1 | 120 seconds |
Actions
Create an update |
Create an update for a specific profile. |
Share an update |
Share a pending update. |
Create an update
Create an update for a specific profile.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Profile ID
|
CreateUpdateProfileId | True | string |
Profile |
Text
|
CreateUpdateText | True | string |
Text of the update. |
Returns
- Body
- CreateUpdateResponse
Share an update
Share a pending update.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Profile ID
|
profile_id | True | string |
Profile |
Update ID
|
udpate_id | True | string |
Update |
Returns
- Body
- ShareUpdateResponse
Triggers
When an update is pending |
Triggers a new flow When an update is pending. |
When an update is shared |
Triggers a new flow When an update is shared. |
When an update is pending
Triggers a new flow When an update is pending.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Profile ID
|
profile_id | True | string |
Profile |
Returns
When an update is shared
Triggers a new flow When an update is shared.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Profile ID
|
profile_id | True | string |
Profile |
Returns
Definitions
ListPendingUpdatesResponse
Name | Path | Type | Description |
---|---|---|---|
updates
|
updates | array of object |
updates |
Created At
|
updates.created_at | date-time |
The datetime the update was created at. |
Day
|
updates.day | string |
The text version of the date the update is due. |
Due At
|
updates.due_at | date-time |
The datetime when the update is due. |
Due Time
|
updates.due_time | string |
The time when the update is due. |
Id
|
updates.id | string |
The id of the update. |
Profile Id
|
updates.profile_id | string |
The id of the profile associated with the update. |
Profile Update
|
updates.profile_service | string |
The service of the profile associated with the update. |
IsSharedNow
|
updates.shared_now | boolean |
A boolean value indicating if the update is shared. |
Status
|
updates.status | string |
The status of the update. |
Text
|
updates.text | string |
The text of the update. |
Text Formatted
|
updates.text_formatted | string |
The formatted text of the update. |
Type
|
updates.type | string |
The type of update. |
Updated At
|
updates.updated_at | date-time |
The datetime the update was updated. |
User Id
|
updates.user_id | string |
The id of the user. |
Via
|
updates.via | string |
How the update was created. |
ListSentUpdatesResponse
Name | Path | Type | Description |
---|---|---|---|
updates
|
updates | array of object |
updates |
Created At
|
updates.created_at | date-time |
The datetime the update was created at. |
Day
|
updates.day | string |
The text version of the date the update is due. |
Due At
|
updates.due_at | date-time |
The datetime when the update is due. |
Due Time
|
updates.due_time | string |
The time when the update is due. |
Id
|
updates.id | string |
The id of the update. |
Profile Id
|
updates.profile_id | string |
The id of the profile associated with the update. |
Profile Update
|
updates.profile_service | string |
The service of the profile associated with the update. |
IsSharedNow
|
updates.shared_now | boolean |
A boolean value indicating if the update is shared. |
Status
|
updates.status | string |
The status of the update. |
Text
|
updates.text | string |
The text of the update. |
Text Formatted
|
updates.text_formatted | string |
The formatted text of the update. |
Type
|
updates.type | string |
The type of update. |
Updated At
|
updates.updated_at | date-time |
The datetime the update was updated. |
User Id
|
updates.user_id | string |
The id of the user. |
Via
|
updates.via | string |
How the update was created. |
Comments
|
updates.statistics.comments | integer |
The number of comments on the update. |
Likes
|
updates.statistics.likes | integer |
The number of likes on the update. |
Clicks
|
updates.statistics.clicks | integer |
The number of clicks on the update. |
CreateUpdateResponse
Name | Path | Type | Description |
---|---|---|---|
updates
|
updates | array of object |
updates |
Created At
|
updates.created_at | date-time |
The datetime the update was created at. |
Day
|
updates.day | string |
The text version of the date the update is due. |
Due At
|
updates.due_at | date-time |
The datetime when the update is due. |
Due Time
|
updates.due_time | string |
The time when the update is due. |
Id
|
updates.id | string |
The id of the update. |
Profile Id
|
updates.profile_id | string |
The id of the profile associated with the update. |
Profile Update
|
updates.profile_service | string |
The service of the profile associated with the update. |
IsSharedNow
|
updates.shared_now | boolean |
A boolean value indicating if the update is shared. |
Status
|
updates.status | string |
The status of the update. |
Text
|
updates.text | string |
The text of the update. |
Text Formatted
|
updates.text_formatted | string |
The formatted text of the update. |
Type
|
updates.type | string |
The type of update. |
Updated At
|
updates.updated_at | date-time |
The datetime the update was updated. |
User Id
|
updates.user_id | string |
The id of the user. |
Via
|
updates.via | string |
How the update was created. |
ShareUpdateResponse
Name | Path | Type | Description |
---|---|---|---|
IsSuccess
|
success | boolean |
A boolean value indicating if the update was successfully shared. |