Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shahmini master epic3358 [9] #402

Merged
merged 48 commits into from
Jan 24, 2024
Merged

shahmini master epic3358 [9] #402

merged 48 commits into from
Jan 24, 2024

Conversation

shahminiaru
Copy link
Collaborator

@shahminiaru shahminiaru commented Dec 20, 2023

Batch 9

Revised- Title [SA] Description [SA}
Send a Slack message when the task count in Asana exceeds the limit Use this template to send a Slack message when the task count in Asana exceeds the limit. In this example, a Slack notification is sent when the Asana task count is greater than 5, and the tasks are not completed.
Append a row in Microsoft Excel Online when a new lead is created in Marketo Use this template to append a row in Microsoft Excel Online when a new lead is created in Marketo. In this example, for each unique Marketo lead that is created, the lead information is appended to a new Microsoft Excel Online spreadsheet row.
Append a row in Microsoft Excel Online when a new Salesforce account with more than 500 employees is created Use this template to append a row in the Microsoft Excel Online spreadsheet when a new Salesforce account with more than 500 employees is created.
Update a case in Salesforce when a Zendesk Service ticket status is updated to closed Use this template to update a case in Salesforce when a Zendesk Service ticket status is updated to closed.
Create a contact in HubSpot CRM when a campaign member is created or updated in Salesforce Use this template to create a contact in HubSpot CRM whenever a campaign member is created or updated in Salesforce. In this example, for each Salesforce contact that has a unique email address, the contact is created in HubSpot CRM. Otherwise, a Gmail message gets sent to indicate that the contact already exists.
Create a new contact in Google Contacts when a campaign member is created or updated in Salesforce Use this template to create a contact in Google Contacts whenever a new campaign member is either created or updated in Salesforce.
Create a task in Asana when a new case is created in Salesforce Use this template to create a task in Asana when a new case is created in Salesforce. In this example, an Asana task is created for a Salesforce task that is not closed.
Create a file in Box when a new document is created in Salesforce Use this template to create a file in Box when a new document is created in Salesforce. A Gmail message is sent to notify the users that a new document has been created in Box.
Create a folder in Box for new contacts created in Salesforce Use this template to create a folder in Box for new contacts created in Salesforce. In this example, if the Box folder ID is not empty, a Gmail message gets sent to indicate that the folder already exists.
Otherwise, a new folder is created in Box. A Gmail message is sent to the receiver, informing them that a folder for the event has been created and they can start collaborating with the event contents.
Create or update a contact in HubSpot Marketing when an account is created or updated in Salesforce Use this template to create or update a contact in HubSpot Marketing when an account is created or updated in Salesforce. In this example, for each new Salesforce account, a new contact is created in HubSpot Marketing. For updates on existing Salesforce accounts, the corresponding contact in HubSpot Marketing is updated.
Create a file in Google Drive for each new document created in Salesforce Use this template to create a file in Google Drive for each new document created in Salesforce.
Send an SMS message via Twilio when a new row is appended to a Google Sheets worksheet Use this template to send an SMS message via Twilio when a new row is appended to a Google Sheets worksheet.
Create a row in Google Sheets for each new task created in Asana Use this template to create a row in Google Sheets for each new task created in Asana. In this example, a new row is created in the Google Sheets worksheet for each task with a unique title, based on the Asana task's completion status. A Slack message is sent to notify the users of the newly created task along with its ID.
Create a row in the Google Sheets worksheet when a new campaign member is created in Microsoft Dynamics 365 for Sales Use this template to create a row in the Google Sheets worksheet when a new campaign member is created in Microsoft Dynamics 365 for Sales.
Create a project in Workday for each Jira project retrieved Use this template to create a project in Workday for each Jira project retrieved.
Create a file in Box based on the value retrieved from a row in a Google Sheets worksheet Use this template to create a file in Box based on the value retrieved from each new row in a Google Sheets worksheet. In this example, if the value retrieved from the worksheet contains 'http', an HTTP method is invoked with a URL request to run the URL, which is retrieved from the worksheet's current item value. This request retrieves the content, and a file is created with the obtained content in Box.
Create a file in Box for each attachment downloaded from an email Use this template to create a file in Box for each attachment downloaded from an email.
Send an SMS message via Twilio when a new task is created in Asana Use this template to send an SMS message via Twilio when a new task is created in Asana. In this example, if the Asana task's assignee status is equal to inbox, an SMS message is sent via Twilio to the intended recipient.
Send an SMS message via Twilio when a new issue is created in Jira Use this template to send an SMS message via Twilio when a new issue is created in Jira. In this example, if the Jira issue's name is equal to bug, an SMS message is sent via Twilio to the intended recipient.
Send a Slack notification for each new closed and won opportunity in Salesforce Use this template to send a Slack notification for each new closed and won opportunity in Salesforce.
Create a contact in HubSpot CRM for each campaign member of a completed campaign in Salesforce Use this template to create a contact in HubSpot CRM when a campaign status is updated to completed in Salesforce. In this example, a contact is created in HubSpot CRM for each Salesforce campaign member of a completed campaign.
Create an account in Salesforce when a new attendee is created in Eventbrite Use this template to create an account in Salesforce when a new attendee is created in Eventbrite.
Create a lead in Marketo when a new contact is created in Salesforce Use this template to create a lead in Marketo when a new contact is created in Salesforce.
Create a file in a Box folder when a new attachment is created in Salesforce Use this template to create a file in a Box folder when a new attachment is created in Salesforce
Create a file in Dropbox for each new opportunity in Salesforce that has attachments Use this template to create a file in Dropbox for each new opportunity in Salesforce that has attachments.

@shahminiaru
Copy link
Collaborator Author

shahminiaru commented Dec 20, 2023

{
"name": "Send a Slack message when the task count in Asana exceeds the limit",
"description": "Use this template to send a Slack message when the task count in Asana exceeds the limit. In this example, a Slack notification is sent when the Asana task count is greater than 5, and the tasks are not completed.",
"summary": "Scheduler to 2 applications",
"sourceApp": "streaming-connector-scheduler",
"targetApps": ["asana", "slack"],
"tags": ["scheduler", "asana", "slack", "if"],
"offerings": ["app connect professional"]
},
{
"name": "Append a row in Microsoft Excel Online when a new lead is created in Marketo",
"description": "Use this template to append a row in Microsoft Excel Online when a new lead is created in Marketo.",
"summary": "Marketo to 2 applications",
"sourceApp": "marketo",
"targetApps": ["msexcel", "googlesheet"],
"tags": ["marketo", "msexcel", "googlesheet", "foreach", "if"],
"offerings": ["app connect professional"]
},
{
"name": "Append a row in Microsoft Excel Online when a new Salesforce account with more than 500 employees is created",
"description": "Use this template to append a row in the Microsoft Excel Online spreadsheet when a new Salesforce account with more than 500 employees is created.",
"summary": "Salesforce to 2 applications",
"sourceApp": "salesforce",
"targetApps": ["msexcel", "slack"],
"tags": ["salesforce", "msexcel", "slack", "if"],
"offerings": ["app connect professional"]
},
{
"name": "Update a case in Salesforce when a Zendesk Service ticket status is updated to closed",
"description": "Use this template to update a case in Salesforce when a Zendesk Service ticket status is updated to closed.",
"summary": "Zendesk Service to 2 applications",
"sourceApp": "zendeskservice",
"targetApps": ["salesforce", "gmail"],
"tags": ["zendeskservice", "salesforce", "gmail", "if"],
"offerings": ["app connect professional"]
},
{
"name": "Create a contact in HubSpot CRM when a campaign member is created or updated in Salesforce",
"description": "Use this template to create a contact in HubSpot CRM whenever a campaign member is created or updated in Salesforce.",
"summary": "Salesforce to 2 applications",
"sourceApp": "salesforce",
"targetApps": ["hubspotcrm", "gmail"],
"tags": ["salesforce", "hubspotcrm", "gmail", "if"],
"offerings": ["app connect professional"]
},
{
"name": "Create a task in Asana when a new case is created in Salesforce",
"description": "Use this template to create a task in Asana when a new case is created in Salesforce.",
"summary": "Salesforce to Asana",
"sourceApp": "salesforce",
"targetApps": ["asana"],
"tags": ["salesforce", "asana", "if"],
"offerings": ["app connect professional"]
},
{
"name": "Create a file in Box when a new document is created in Salesforce",
"description": "Use this template to create a file in Box when a new document is created in Salesforce. A Gmail message is sent to notify the users that a new document has been created in Box.",
"summary": "Salesforce to 2 applications",
"sourceApp": "salesforce",
"targetApps": ["box", "gmail"],
"tags": ["salesforce", "box", "gmail"],
"offerings": ["app connect professional"]
},
{
"name": "Create a folder in Box for new contacts created in Salesforce",
"description": "Use this template to create a folder in Box for new contacts created in Salesforce.",
"summary": "Salesforce to 2 applications",
"sourceApp": "salesforce",
"targetApps": ["box", "gmail", "box"],
"tags": ["salesforce", "box", "gmail", "if"],
"offerings": ["app connect professional"]
},
{
"name": "Create or update a contact in HubSpot Marketing when an account is created or updated in Salesforce",
"description": "Use this template to create or update a contact in HubSpot Marketing when an account is created or updated in Salesforce.",
"summary": "Salesforce to HubSpot Marketing",
"sourceApp": "salesforce",
"targetApps": ["hubspotmarketing"],
"tags": ["salesforce", "hubspotmarketing", "if"],
"offerings": ["app connect professional"]
},
{
"name": "Create a file in Google Drive for each new document created in Salesforce",
"description": "Use this template to create a file in Google Drive for each new document created in Salesforce.",
"summary": "Salesforce to Google Drive",
"sourceApp": "salesforce",
"targetApps": ["googledrive", "googledrive"],
"tags": ["salesforce", "googledrive", "if"],
"offerings": ["app connect professional"]
},
{
"name": "Send an SMS message via Twilio when a new row is appended to a Google Sheets worksheet",
"description": "Use this template to send an SMS message via Twilio when a new row is appended to a Google Sheets worksheet.",
"summary": "Google Sheets to Twilio",
"sourceApp": "googlesheet",
"targetApps": ["twilio"],
"tags": ["googlesheet"],
"offerings": ["app connect professional"]
},
{
"name": "Create a row in Google Sheets for each new task created in Asana",
"description": "Use this template to create a row in Google Sheets for each new task created in Asana.",
"summary": "Asana to 3 applications",
"sourceApp": "asana",
"targetApps": ["googlesheet", "slack", "marketo"],
"tags": ["asana", "googlesheet", "slack", "marketo", "foreach", "if"],
"offerings": ["app connect professional"]
},
{
"name": "Create a row in the Google Sheets worksheet when a new campaign member is created in Microsoft Dynamics 365 for Sales",
"description": "Use this template to create a row in the Google Sheets worksheet when a new campaign member is created in Microsoft Dynamics 365 for Sales.",
"summary": "Microsoft Dynamics 365 for Sale to Google Sheets",
"sourceApp": "msdynamicscrmrest",
"targetApps": ["googlesheet"],
"tags": ["msdynamicscrmrest", "googlesheet"],
"offerings": ["app connect professional"]
},
{
"name": "Create a project in Workday for each Jira project retrieved",
"description": "Use this template to create a project in Workday for each Jira project retrieved.",
"summary": "Scheduler to 3 applications",
"sourceApp": "streaming-connector-scheduler",
"targetApps": ["jira", "workday", "slack"],
"tags": ["scheduler", "jira", "foreach", "workday"],
"offerings": ["app connect professional"]
},
{
"name": "Create a file in Box based on the value retrieved from a row in a Google Sheets worksheet",
"description": "Use this template to create a file in Box based on the value retrieved from each new row in a Google Sheets worksheet.",
"summary": "Scheduler to 4 applications",
"sourceApp": "streaming-connector-scheduler",
"targetApps": ["googlesheet", "slack", "http", "box"],
"tags": ["scheduler", "googlesheet", "slack", "http", "box", "foreach", "if"],
"offerings": ["app connect professional"]
},
{
"name": "Create a file in Box for each attachment downloaded from an email",
"description": "Use this template to create a file in Box for each attachment downloaded from an email.",
"summary": "Scheduler to 2 applications",
"sourceApp": "streaming-connector-scheduler",
"targetApps": ["email", "box"],
"tags": ["scheduler", "email", "foreach", "box"],
"offerings": ["app connect professional"]
},
{
"name": "Send an SMS message via Twilio when a new task is created in Asana",
"description": "Use this template to send an SMS message via Twilio when a new task is created in Asana.",
"summary": "Asana to Twilio",
"sourceApp": "asana",
"targetApps": ["twilio"],
"tags": ["asana", "twilio", "if"],
"offerings": ["app connect professional"]
},
{
"name": "Send an SMS message via Twilio when a new issue is created in Jira",
"description": "Use this template to send an SMS message via Twilio when a new issue is created in Jira.",
"summary": "Jira to 2 applications",
"sourceApp": "jira",
"targetApps": ["jira", "twilio", "slack"],
"tags": ["jira", "twilio", "slack", "if"],
"offerings": ["app connect professional"]
},
{
"name": "Send a Slack notification for each new closed and won opportunity in Salesforce",
"description": "Use this template to send a Slack notification for each new closed and won opportunity in Salesforce.",
"summary": "Salesforce to Slack",
"sourceApp": "salesforce",
"targetApps": ["slack"],
"tags": ["salesforce", "slackslack", "if"],
"offerings": ["app connect professional"]
},
{
"name": "Create a contact in HubSpot CRM for each campaign member of a completed campaign in Salesforce",
"description": "Use this template to create a contact in HubSpot CRM when a campaign status is updated to completed in Salesforce.",
"summary": "Salesforce to 2 applications",
"sourceApp": "salesforce",
"targetApps": ["salesforce", "gmail", "hubspotcrm", "gmail"],
"tags": ["salesforce", "gmail", "hubspotcrm", "foreach", "if"],
"offerings": ["app connect professional"]
},
{
"name": "Create an account in Salesforce when a new attendee is created in Eventbrite",
"description": "Use this template to create an account in Salesforce when a new attendee is created in Eventbrite.",
"summary": "Eventbrite to Salesforce",
"sourceApp": "eventbrite",
"targetApps": ["salesforce"],
"tags": ["eventbrite", "salesforce", "foreach", "if"],
"offerings": ["app connect professional"]
},
{
"name": "Create a lead in Marketo when a new contact is created in Salesforce",
"description": "Use this template to create a lead in Marketo when a new contact is created in Salesforce.",
"summary": "Salesforce to 2 applications",
"sourceApp": "salesforce",
"targetApps": ["marketo", "marketo", "gmail"],
"tags": ["salesforce", "marketo", "gmail", "if"],
"offerings": ["app connect professional"]
},
{
"name": "Create a file in a Box folder when a new attachment is created in Salesforce",
"description": "Use this template to create a file in a Box folder when a new attachment is created in Salesforce.",
"summary": "Salesforce to 2 applications",
"sourceApp": "salesforce",
"targetApps": ["salesforce", "box", "box", "gmail"],
"tags": ["salesforce", "box", "gmail", "if"],
"offerings": ["app connect professional"]
},
{
"name": "Create a file in Dropbox for each new opportunity in Salesforce that has attachments",
"description": "Use this template to create a file in Dropbox for each new opportunity in Salesforce that has attachments.",
"summary": "Scheduler to 2 applications",
"sourceApp": "streaming-connector-scheduler",
"targetApps": ["salesforce", "salesforce", "salesforce", "dropbox", "dropbox"],
"tags": ["scheduler", "salesforce", "dropbox", "foreach", "if"],
"offerings": ["app connect professional"]
},
{
"name": "Create a new contact in Google Contacts when a campaign member is created or updated in Salesforce",
"description": "Use this template to create a contact in Google Contacts whenever a new campaign member is either created or updated in Salesforce.",
"summary": "Salesforce to 2 applications",
"sourceApp": "salesforce",
"targetApps": ["googlecontacts", "googlecontacts", "gmail"],
"tags": ["salesforce", "googlecontacts", "gmail", "if"],
"offerings": ["app connect professional"]
}

@shahminiaru shahminiaru marked this pull request as ready for review December 20, 2023 07:14
@shahminiaru shahminiaru marked this pull request as draft December 20, 2023 07:22
@shahminiaru shahminiaru marked this pull request as ready for review December 21, 2023 10:52
@shahminiaru shahminiaru marked this pull request as draft December 21, 2023 10:52
@shahminiaru shahminiaru marked this pull request as ready for review January 19, 2024 07:14
@Deepak-Ayilliath Deepak-Ayilliath merged commit fabcf16 into main Jan 24, 2024
1 check passed
@Deepak-Ayilliath Deepak-Ayilliath deleted the shahminiaru-patch-13 branch January 24, 2024 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants