Power Automate-Adobe Sign-Agreement CC - adobe

I have created a power automate flow to create and Adobe Sign Agreement using 'Create an agreement from an uploaded document and send for signature' action.
Now there is a requirement to Specify the copy recipients (CC). Adobe Sign portal and API both has the option to specify CC. However could not find this option in above Power Automate action. How can I specify the CC of the agreement using Power Automate?

If you click on "Show Advanced Options" there is a CC Email option you can add:

Related

Unable to create support case

Initially, I had created a case to report a problem with credentials assignment to Cloudant. But, after a few iterations with support, I am no longer able to view my own case via the link I get in the support e-mail.
I only get a message You do not have the right permissions to view cases.
So, I try to open a new case - but then I get You do not have the right permissions to open cases and a description telling me what to do.
Following the steps (Creating an access group for working with cases), I'm able to follow the first steps (From the menu bar, go to Manage > Access (IAM), select Access groups, and click Create), but at the Access Groups page, there is no Create button or any way to create a new access group.
So, I'm not even able to ask for support any more...
You can always open support cases via email to support#cloudant.com - if you provide your Cloudant account name (the one that ends with -bluemix) it’s easier for support to locate you.
You still have a -bluemix account - look at the URL when opening the Cloudant dashboard. Here’s an instance I just created using my internal IBM creds...
https://5217efab-4dcf-4ea0-a1c7-a0ea017a8ccd-bluemix.cloudant.com

Automated emails when using trello and wordpress

Here's what I would like to accomplish. When a user submits a service request through our wordpress form, a new card is created in Trello. Once the work in completed the card is moved to a resolved list by us. What i would like to happen is to be-able to fetch the email in the card description. After the email address is returned, use it to populate a predefined email template that is then sent off to the user who filled out the form. Is this possible?
David here, from the Zapier Platform team. You sure can! It'll take a couple of zaps. The big questions you have to answer for yourself are:
Will the trello board have cards that aren't part of this workflow?
Do you need to store data besides the user's email?
Here are the zaps:
Zap 1:
New Form Entry (Trigger) - This can be any form that can send webhooks (or already has a zapier integration)
Create Trello Card (Action) - configuration here depends on the answer to the above questions. In the simplest case, this will be card where the title will be an email. It might also include a label or something
Zap 2:
Trello Card Moved to List (Trigger): Specify your "resolved" list
Filter - optional, depending on if you need to filter out other cards (question 1)
Send Email (Action) - You can use your email provider of choice or "Email by Zapier". Map in the email from step 1 of this zap as the destination and fill the body with whatever template you'd like.
Depending on your needs you can store more info on the trello card and make a more advanced filter, but at a basic level, this will do what you need.
​Let me know if you've got any other questions!

Woocommerce Custom Delivary options

I want 2 functions in woocomerce:
1. Click and collect: This is where the customers puts in an order and comes to the store to collect it. The customer should be able to set approx time they want order to be ready for. The store should be able to set minimum time to have order ready.
With click and collect they have 16 stores so person should be able to choose store to collect and then receive a receipt for pick up at the store. They pay for goods on the website.
Each store needs to be able to receive the order either by having a dashboard or by email system.
Delivery: They will also have a delivery service where people can order larger quantities for delivery to their home or their business or event. this is more conventional eCommerce transaction.
Your best bet to add multiple locations for collection is a plugin like Local Pickup Plus. While it's certainly possible to add this functionality in yourself I'd recommend just buying a plugin. Having built something similar I came to the conclusion that -- accounting for my hourly rate -- I had saved myself no money whatsoever by building it from scratch.
i have created a advanced local delivery plugin, check this out a link

passing variable to PayPal which isn't a set amount

How do you pass a variable to PayPal which isn't a set amount. e.g send the 'GrandTotal' from the basket rather than just entering an amount such as 50.00 in asp.net.
Paypal offers a way to transfer data from third party carts:
https://www.paypal.com/cgi-bin/webscr?cmd=_pdn_howto_checkout_outside
Essentially your server will have to generate input fields with value and post to Paypal and Paypal will read the data and recreate the cart on their end.
If you want to stick with Payments Standard I would go with the Cart Upload Command method.
If you're comfortable with web service API's I'd recommend using Express Checkout. It gives you more direct access to the system and allows you to customize things however you need.
Either way you can accomplish your goal.

Drupal: Two-way communication between unregistered customer and admin

I need to setup a system where customers can choose to Request a Quote for a specific holiday package, where they will enter their personal details as well as their holiday requirements (number of rooms, etc.) and will then allow them to view a page which will have a threaded conversation between them and the admin (so the admin can reply to their quote request on the website).
The problem is that most customers won't be registered when they want to request a quote, so I was thinking that the Request a Quote page could silently register the customer as a user (using their personal details) on the same page where it asks for their holiday requirements.
The other option I can think of would be to not register them and just email them a unique URL where they can view their quote request and reply to the admin.
Could you point me in the right direction on how to do either of those?
To create a new user you can use the user_save. To create a random password you can use the use the user_password function. The all that is left is to send a mail. Either create your own or use the standard one when users are created.
Check out the Inline Registration module: it allows anonymous users to create a node and register as user at the same time, using a single form.
I think the best way would be to have a content type they fill out that looks like a form, but actually creates the node that is only visible to them and the administrators, comment enabled. Probably the quickest way. Then you have security in place so people can't see other peoples quotes.
Login Toboggan combined with Content Profile might work for this.

Resources